int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / madhu
No doubt ans is : 1,2
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of void pointer?
What is assignment operator?
Calculate 1*2*3*____*n using recursive function??
What is difference between array and pointer in c?
What do you mean by dynamic memory allocation in c? What functions are used?
Difference between linking and loading?
What are the 32 keywords in c?
What does %p mean c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the use of function overloading in C?
Is fortran still used in 2018?
Lists the benefits of c programming language?
Explain heap and queue.
What the different types of arrays in c?
Is that possible to add pointers to each other?