what will be the output of" printf("%d%d",scanf("%d%
d",&a&b));"
Answer Posted / pusuluri leela prasad
first it will return no of values that scanf can return and
second it will return first value of the scanf statement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data structure in c programming?
Which of these functions is safer to use : fgets(), gets()? Why?
Is a pointer a kind of array?
Explain the difference between call by value and call by reference in c language?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is the difference between break and continue?
What are the string functions? List some string functions available in c.
What is operator promotion?
What are the application of void data type in c?
What is I ++ in c programming?
What is sizeof c?
How do you list a file’s date and time?
Why is #define used?
What is the purpose of macro in C language?
What is use of bit field?