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
Is c is a low level language?
What is #define in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Explain the ternary tree?
All technical questions
What are all different types of pointers in c?
What is calloc in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how do you determine the length of a string value that was stored in a variable?
Where are the auto variables stored?
What do header files do?
What will be the outcome of the following conditional statement if the value of variable s is 10?
#include
Can you please explain the difference between strcpy() and memcpy() function?
Can you please explain the difference between exit() and _exit() function?