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

Answer Posted / amit

declaration should be done separately.. ans:a=1

Is This Answer Correct ?    5 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

c program to compute AREA under integral

1811


how do you execute a c program in unix.

637


What is the deal on sprintf_s return value?

645


Explain how do you print only part of a string?

650


difference between Low, Middle, High Level languages in c ?

1635






Why dont c comments nest?

623


What is extern c used for?

571


What are header files and explain what are its uses in c programming?

612


What is difference between && and & in c?

600


int i=10; printf("%d %d %d", i, i=20, i);

1017


What is #pragma statements?

591


Why is c still so popular?

618


What are the types of arrays in c?

624


What is use of bit field?

774


Did c have any year 2000 problems?

658