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 is meant by type casting?

631


Whats s or c mean?

597


What is bss in c?

609


What is a static function in c?

626


What does %c mean in c?

656






Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2655


Why does this code crash?

623


write a progrmm in c language take user interface generate table using for loop?

1576


What is memcpy() function?

624


How can I manipulate individual bits?

611


Why do we need arrays in c?

589


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581


largest Of three Number using without if condition?

1010


what is recursion in C

618


What does the message "automatic aggregate intialization is an ansi feature" mean?

698