int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / priya
answer will be 1,2
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers without using third variable in c?
What is wrong with this statement? Myname = 'robin';
What is difference between union and structure in c?
What is #define in c?
Write a program to generate the Fibinocci Series
What is signed and unsigned?
What are the different file extensions involved when programming in C?
How can you tell whether a program was compiled using c versus c++?
Why cant I open a file by its explicit path?
What is static and auto variables in c?
write a program to concatenation the string using switch case?
What is c value paradox explain?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What library is sizeof in c?