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
ATM machine and railway reservation class/object diagram
What is wrong with this initialization?
What is the role of && operator in a program code?
Why clrscr is used after variable declaration?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the purpose of void in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What's a good way to check for "close enough" floating-point equality?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Compare and contrast compilers from interpreters.
What are the disadvantages of a shell structure?
What type is sizeof?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why we write conio h in c?
What is return in c programming?