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 are the data types present in c?
What is the use of #include in c?
What are the advantages of using new operator as compared to the function malloc ()?
What are # preprocessor operator in c?
What does d mean?
What is malloc and calloc?
What is pass by reference in functions?
Without Computer networks, Computers will be half the use. Comment.
What is c value paradox explain?
What is a const pointer in c?
What's the best way of making my program efficient?
What is meant by inheritance?
List some of the dynamic data structures in C?
How do you list files in a directory?
What is c language & why it is used?