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

Answer Posted / rahul

1,2

Is This Answer Correct ?    67 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please send me the code for multiplying sparse matrix using c

1729


What is difference between function overloading and operator overloading?

664


What are reserved words with a programming language?

606


Explain why c is faster than c++?

579


What is advantage of pointer in c?

698






What is the -> in c?

589


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

568


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1712


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

592


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

749


What is external variable in c?

618


How to explain the final year project as a fresher please answer with sample project

472


Explain how do you print an address?

661


What is main function in c?

551


Why structure is used in c?

600