what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / ansh
This code when executes on a Turbo C compiler requires an
input from user and is giving 1 as output if one enters a
numeral value and 0 otherwise.
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What is #define?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Can a void pointer point to a function?
What is the Purpose of 'extern' keyword in a function declaration?
What is f'n in math?
Why is struct padding needed?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain that why C is procedural?
What is an identifier?
What is a rvalue?
write a program to create a sparse matrix using dynamic memory allocation.
What is data types?
Explain the bubble sort algorithm.