int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / senthil
will print junk values, as no arguments after printf string present.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are two dimensional arrays alternatively called as?
What is bubble sort technique in c?
What is an auto variable in c?
Is fortran still used in 2018?
How can I use a preprocessorif expression to ?
Explain pointer. What are function pointers in C?
How can I find the modification date and time of a file?
The difference between printf and fprintf is ?
What are header files and what are its uses in C programming?
What is the process to create increment and decrement stamen in c?
Can we access array using pointer in c language?
What is malloc return c?
What is array of structure in c programming?
What are c identifiers?
How was c created?