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
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Tell me about low level programming languages.
explain what is fifo?
What is difference between far and near pointers?
What is difference between union All statement and Union?
How do you define a string?
Define Spanning-Tree Protocol (STP)
Why is c known as a mother language?
Can static variables be declared in a header file?
What is class and object in c?
Where static variables are stored in memory in c?
What is difference between && and & in c?
What does sizeof return c?
How old is c programming language?
Explain what are the different file extensions involved when programming in c?