Answer Posted / manu
really abhardeep is stupid...?
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a function in c?
Explain the use of #pragma exit?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
How can you invoke another program from within a C program?
How to write a multi-statement macro?
Is c easier than java?
What is context in c?
explain what is an endless loop?
What is the use of in c?
What is structure padding in c?
What is the difference between ++a and a++?
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 ].
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is 1f in c?
Which is better malloc or calloc?