int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / raj
error
| Is This Answer Correct ? | 4 Yes | 25 No |
Post New Answer View All Answers
Is c is a low level language?
code for find determinent of amatrix
What is strcmp in c?
Is anything faster than c?
Explain what is the difference between functions getch() and getche()?
What are the similarities between c and c++?
Tell me is null always defined as 0(zero)?
What is the size of enum in c?
What is the difference between exit() and _exit() function?
What are static variables in c?
How are pointers declared in c?
Why doesnt this code work?
What is 2 d array in c?
I need previous papers of CSC.......plz help out by posting them.......
How can I copy just a portion of a string?