what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer Posted / nilambuja
the output will be what value of a and b...
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is difference between && and & in c?
What is 1d array in c?
How can a program be made to print the name of a source file where an error occurs?
What is a volatile keyword in c?
How do you print only part of a string?
Place the #include statement must be written in the program?
What are derived data types in c?
Explain what math functions are available for integers? For floating point?
What are runtime error?
What is c variable?
What are the c keywords?
How can I read in an object file and jump to locations in it?
What is a built-in function in C?
What are global variables and explain how do you declare them?
What is calloc() function?