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

Answer Posted / peeyush mishra

output will be 1,2

Is This Answer Correct ?    24 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are extern variables in c?

543


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1491


What is a void pointer? When is a void pointer used?

618


What is a structure in c language. how to initialise a structure in c?

604


What is difference between structure and union with example?

590






Why doesnt the call scanf work?

665


Tell me what are bitwise shift operators?

654


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

637


What is #pragma statements?

583


How can I find the modification date of a file?

698


What is struct node in c?

612


Explain spaghetti programming?

682


What are conditional operators in C?

619


What is gets() function?

667


Is c easier than java?

567