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
Why doesnt this code work?
Write a program to reverse a given number in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What are type modifiers in c?
Why do we use int main instead of void main in c?
Explain the red-black trees?
Why cant I open a file by its explicit path?
What extern c means?
What is actual argument?
What is the process to create increment and decrement stamen in c?
What is the use of putchar function?
int far *near * p; means
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Can we declare function inside main?
How do I get a null pointer in my programs?