what will be the output of" printf("%d%d",scanf("%d%
d",&a&b));"
Answer Posted / bhavani
=>output will be:2,whatever you enter value for a.
=>because scanf is a library fn which will return how many
arguements it processes, and first value
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I use strcmp?
How can you increase the size of a dynamically allocated array?
Should I learn c before c++?
Explain what is the difference between the expression '++a' and 'a++'?
C language questions for civil engineering
Explain how can I convert a string to a number?
What is a built-in function in C?
Hi can anyone tell what is a start up code?
What is preprocessor with example?
Do pointers need to be initialized?
c program to compute AREA under integral
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What does malloc () calloc () realloc () free () do?
What are formal parameters?
What's the difference between constant char *p and char * constant p?