int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / priya
answer will be 1,2
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why n++ execute faster than n+1 ?
#include
What does node * mean?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is a program?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are c header files?
What are qualifiers?
Where are the auto variables stored?
Which of these functions is safer to use : fgets(), gets()? Why?
Can you apply link and association interchangeably?
In C language, a variable name cannot contain?
What are pointers really good for, anyway?
What are valid signatures for the Main function?
How can I read and write comma-delimited text?