int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / shruti
Compilation error..
no. of arguments do not match the parameters..
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
Why enum is used in c?
c program for searching a student details among 10 student details
What is volatile variable in c with example?
When c language was developed?
Explain what is the difference between #include and #include 'file' ?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What does main () mean in c?
Tell us two differences between new () and malloc ()?
What is an operator?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain main function in c?
What do the functions atoi(), itoa() and gcvt() do?
What is wrong with this program statement?
What is line in c preprocessor?
What is bss in c?