int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Post New Answer View All Answers
Explain the term printf() and scanf() used in c language?
What is dynamic dispatch in c++?
explain what are pointers?
What the different types of arrays in c?
What is dynamic variable in c?
what are the 10 different models of writing an addition program in C language?
Is c easier than java?
What is the difference between arrays and pointers?
When was c language developed?
What does sizeof return c?
What is wrong in this statement?
Which is better malloc or calloc?
How do we make a global variable accessible across files? Explain the extern keyword?
How #define works?
What is scope and lifetime of a variable in c?