A secret can be told only 2 persons in 5 minutes .the same person tells to 2 more persons and so on . How long will take to tell it to 768 persons ?
20 52696main() { char s[ ]="man"; int i; for(i=0;s[ i ];i++) printf("\n%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]); }
1 17483Post New DCE Interview Questions
What is require in javascript?
How are the jsp requests handled?
Provide an overview of AR cash receipt processing.
Explain what do you understand by registers, briefly explain the various types of registers.
What is a dipole moment?
How to run talend jobs on remote server?
What is routing in zend in zend framework?
State the laws of thermodynamics.
Do I need to buy a tablet to use windows 8.1?
Define the concept of the test pyramid. Explain the process to implement them in terms of http apis.
Can some one please answer the below interview questions. 1.Cut over activities for fixed assets 2.. Cut over activities for inventory posting 3. If you cut the check in RFFOUS_C program will there be any journal entry updated in fi 4. What are + Pay files & have you worked on + pay files 5. A/R - What is the logic behind lock box to receive payments in SAP.How it is connected to FI / How will system recognize lock box?what will be there in BAI file
When you create a database how is it stored?
How to create a Map Reduce job through Talend?
What is the use of vbjc [arguments normally passed to javac]?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me