int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?

Answer Posted / shruti

Compilation error..

no. of arguments do not match the parameters..

Is This Answer Correct ?    8 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does malloc () calloc () realloc () free () do?

563


What are local variables c?

556


Explain the advantages of using macro in c language?

584


What does the c in ctime mean?

573


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5061






Why is void main used?

625


What is #line?

615


Difference between strcpy() and memcpy() function?

684


Why does not c have an exponentiation operator?

631


What is the difference between call by value and call by reference in c?

621


What does 4d mean in c?

951


Why doesn't C support function overloading?

1624


Write a program to reverse a string.

644


What is static memory allocation?

611


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2273