int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Post New Answer View All Answers
Can you explain the four storage classes in C?
What is non linear data structure in c?
What is wrong with this program statement?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the difference between union and anonymous union?
Explain what is wrong in this statement?
Suggesting that there can be 62 seconds in a minute?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Can we change the value of static variable in c?
Explain how do you sort filenames in a directory?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How can a program be made to print the line number where an error occurs?
What is the difference between malloc() and calloc()?
Is it possible to have a function as a parameter in another function?
How to write c functions that modify head pointer of a linked list?