Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
2 7342Post New Deloitte DB2 Interview Questions
What is gen folder in android?
How do you compare values in java?
What is dynamic array in java?
How can you set position of the page (top and left) to 0 using javascript in one line code?
Why do we need collections in c#?
Is c# an array?
Explain business unit with two different examples?
What are the benefits of cycloidal gears?
What are the different types of embedded data flow?
In which working principal temperature transmitter work.explain in detailed.
Benefits of process information page ?
how my subject zoology helpfull in banking sector?
How can sap solution manager support me in an upgrade project?
What is application in computer?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].