what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / karna
answer is 1.because it counts how many numbers are given as input
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Write a C program to count the number of email on text
Write a factorial program using C.
In c language can we compile a program without main() function?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Is fortran faster than c?
Why is c so powerful?
What are terms in math?
What is the use of void pointer and null pointer in c language?
What are conditional operators in C?
what will be maximum number of comparisons when number of elements are given?
What is pragma in c?
How is a pointer variable declared?
How can I insert or delete a line (or record) in the middle of a file?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.