int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Post New Answer View All Answers
cavium networks written test pattern ..
Write a program of advanced Fibonacci series.
Explain how can a program be made to print the line number where an error occurs?
Difference between goto, long jmp() and setjmp()?
What is the difference between a free-standing and a hosted environment?
What is 'bus error'?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain what is the use of a semicolon (;) at the end of every program statement?
What is auto keyword in c?
Explain how can I read and write comma-delimited text?
What is difference between union All statement and Union?
simple program of graphics and their output display
Explain a file operation in C with an example.
What is the purpose of the preprocessor directive error?
Explain what’s a signal? Explain what do I use signals for?