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

Answer Posted / geetha

answer is 1,2

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1577


What's the right way to use errno?

618


Explain main function in c?

622


What are the applications of c language?

621


what value is returned to operating system after program execution?

1599






how to count no of words,characters,lines in a paragraph.

3899


what is the different bitween abap and abap-hr?

1741


What is the difference between union and structure in c?

569


What are the application of void data type in c?

695


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

734


What are the differences between Structures and Arrays?

603


How do you convert strings to numbers in C?

705


Describe the steps to insert data into a singly linked list.

618


What is New modifiers?

665


How can you convert integers to binary or hexadecimal?

612