what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer Posted / dipendra
i think it will print the 2, and some garbage value.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
When can you use a pointer with a function?
What is a program flowchart and explain how does it help in writing a program?
How do I swap bytes?
Is it possible to have a function as a parameter in another function?
Tell me what is null pointer in c?
Do you know the purpose of 'register' keyword?
i want to know the procedure of qualcomm for getting a job through offcampus
What is getch?
How can you increase the size of a dynamically allocated array?
How do you list files in a directory?
What is function prototype in c with example?
Tell me the use of bit field in c language?
Explain the difference between ++u and u++?
Why calloc is better than malloc?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list