what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / ravinder singh rawat
scanf returns nos. of arguments taken by scanf hence it
will ask user to input and if integer is fed as I/P then
printf gives 1 as o/p
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a program to check armstrong number in c?
What is #ifdef ? What is its application?
How can I access an I o board directly?
What is the equivalent code of the following statement in WHILE LOOP format?
What is the scope of global variable in c?
Which is better between malloc and calloc?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Define the scope of static variables.
What is wrong in this statement?
How can I split up a string into whitespace-separated fields?
Explain the difference between strcpy() and memcpy() function?
Write a program to print "hello world" without using a semicolon?
By using C language input a date into it and if it is right?
Can we change the value of constant variable in c?
C program to find all possible outcomes of a dice?