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
What is signed and unsigned?
What is identifier in c?
What is the difference between array and structure in c?
What does char * * argv mean in c?
Why c language?
Can the “if” function be used in comparing strings?
What is a header file?
Is there any data type in c with variable size?
How do you define CONSTANT in C?
Why should I prototype a function?
What is wrong with this program statement?
Explain how can I pad a string to a known length?
what is a function method?give example?
What are the types of operators in c?
What is a program flowchart and explain how does it help in writing a program?