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
What is void c?
What is extern variable in c with example?
What is the use of sizeof?
What is c variable?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Why do we use pointer to pointer in c?
What does printf does?
Differentiate between static and dynamic modeling.
What are the types of pointers?
What are the parts of c program?
What are Macros? What are its advantages and disadvantages?
How do you use a pointer to a function?
Explain what is wrong in this statement?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers