Answer Posted / anilkumar927@gmail.com
Hi Jitrendra,
I hope that 1004 is the correct ANS.
still you have doubt about this please do it in calculator.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pass by reference in c?
Explain what header files do I need in order to define the standard library functions I use?
Which is more efficient, a switch statement or an if else chain?
Differentiate between new and malloc(), delete and free() ?
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 ].
Which is better malloc or calloc?
Write a Program to accept different goods with the number, price and date of purchase and display them
Can you please explain the difference between syntax vs logical error?
What is the purpose of 'register' keyword in c language?
Why is c called a mid-level programming language?
What are the features of the c language?
How to draw the flowchart for structure programs?
What are the general description for loop statement and available loop types in c?
Should I learn c before c++?
What are linker error?