int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / shruti
Compilation error..
no. of arguments do not match the parameters..
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
What is the modulus operator?
How to get string length of given string in c?
What is storage class?
Can a local variable be volatile in c?
What is use of bit field?
Who invented b language?
Is c procedural or object oriented?
What is mean by data types in c?
difference between native and cross compilers
a program that can input number of records and can view it again the record
Explain what is wrong with this program statement? Void = 10;
Explain pointer. What are function pointers in C?
Do you know the difference between malloc() and calloc() function?
Explain how can I write functions that take a variable number of arguments?
What is wrong with this declaration?