what will be the output of" printf("%d%d",scanf("%d%
d",&a&b));"
Answer Posted / praveen
No, The output will not be 2......The exact output is "It
will take the garbage value"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Calculate 1*2*3*____*n using recursive function??
what are enumerations in C
Can we access array using pointer in c language?
What is the difference between functions abs() and fabs()?
Do you have any idea how to compare array with pointer in c?
What is the process to generate random numbers in c programming language?
Where define directive used?
What are static variables in c?
What is the difference between the = symbol and == symbol?
What is a pointer value and address in c?
How are portions of a program disabled in demo versions?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is a global variable in c?
Difference between macros and inline functions? Can a function be forced as inline?
What is void pointers in c?