int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p?

Answer Posted / vignesh1988i

A=2,B=3


SINCE THEIR IS NO SPECIFIER FOR SPECIFING THE DATA TYPE OF VARIABLER c so only a & b wil get printed


thank u

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of variables in c?

582


How can you find the day of the week given the date?

617


Explain what are compound statements?

605


Why doesnt this code work?

618


What is the use of bit field?

643






What oops means?

584


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1633


How can I recover the file name given an open stream or file descriptor?

598


is it possible to create your own header files?

641


Difference between MAC vs. IP Addressing

641


what are the 10 different models of writing an addition program in C language?

1439


Explain low-order bytes.

623


What are the 4 data types?

601


i want to know the procedure of qualcomm for getting a job through offcampus

1938


The difference between printf and fprintf is ?

720