int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / peeyush mishra
output will be 1,2
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
Explain what is the concatenation operator?
How can I find the modification date and time of a file?
What do you mean by recursion in c?
Can stdout be forced to print somewhere other than the screen?
What is dynamic memory allocation?
Explain the red-black trees?
What is character set?
Where we use clrscr in c?
What is enumerated data type in c?
What is string concatenation in c?
Can we assign string to char pointer?
Who developed c language?
Explain how can I convert a number to a string?
What do you mean by scope of a variable in c?
When should the const modifier be used?