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
Write a program to print factorial of given number without using recursion?
What is an expression?
What are the types of type specifiers?
Explain what is the advantage of a random access file?
What is a rvalue?
find the sum of two matrices and WAP for it.
What are the string functions? List some string functions available in c.
How can I make it pause before closing the program output window?
Which header file is used for clrscr?
I have a varargs function which accepts a float parameter?
How to find a missed value, if you want to store 100 values in a 99 sized array?
provide an example of the Group by clause, when would you use this clause
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How are 16- and 32-bit numbers stored?
Do you know the difference between malloc() and calloc() function?