What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / goutham
error
declaration error after main() that is it declared as main();
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain what does a function declared as pascal do differently?
How can I convert a number to a string?
What is bubble sort technique in c?
Explain how can type-insensitive macros be created?
What is a null pointer in c?
When can you use a pointer with a function?
What is the difference between far and near in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the need of structure in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How to establish connection with oracle database software from c language?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
write a program to display all prime numbers
How does free() know explain how much memory to release?
Is it possible to pass an entire structure to functions?