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

Answer Posted / geetha

answer is 1,2

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between Structures and Arrays?

614


What is the meaning of ?

625


Explain Function Pointer?

684


How can I do graphics in c?

598


Write a program to find the biggest number of three numbers in c?

590






how can use subset in c program and give more example

1507


What is a union?

613


Explain how do you list a file’s date and time?

621


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


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

661


Tell me when is a void pointer used?

650


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

627


explain what are actual arguments?

641


What is the maximum length of an identifier?

667


What is the purpose of the statement: strcat (S2, S1)?

643