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

Answer Posted / arunkumar ms

1,2

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different properties of variable number of arguments?

669


What is stack in c?

619


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.

2656


How to find a missed value, if you want to store 100 values in a 99 sized array?

821


What is merge sort in c?

649






Why doesnt that code work?

604


How is a pointer variable declared?

598


What are the functions to open and close file in c language?

733


How do I use void main?

637


What are the types of data types and explain?

675


How to write a multi-statement macro?

629


Can a pointer be volatile in c?

539


What is meant by type specifiers?

663


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

827


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3152