what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / kalyan chukka
Answer is 1 Because it prints how many values taken from
keyboard so it prints 1
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are all different types of pointers in c?
What are header files in c programming?
What functions are used for dynamic memory allocation in c language?
How can I find out how much free space is available on disk?
What is optimization in c?
What is an array in c?
What is infinite loop?
What do you mean by dynamic memory allocation in c? What functions are used?
Who invented b language?
int i=10; printf("%d %d %d", i, i=20, i);
What is static function in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is a constant and types of constants in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Why dont c comments nest?