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 disadvantages of a shell structure?
When is the “void” keyword used in a function?
How many types of arrays are there in c?
What is the difference between call by value and call by reference in c?
What do you mean by command line argument?
Who is the main contributor in designing the c language after dennis ritchie?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What happens if a header file is included twice?
What does %c mean in c?
What is atoi and atof in c?
What is the size of a union variable?
Explain the red-black trees?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is the use of c language in real life?
write a program to copy the string using switch case?