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
What are the different data types in C?
Explain the red-black trees?
What is c variable?
What is double pointer in c?
How can you invoke another program from within a C program?
How can I convert a number to a string?
Explain how do you use a pointer to a function?
Can a pointer be null?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the auto keyword good for?
Explain the array representation of a binary tree in C.
What is the collection of communication lines and routers called?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Can we change the value of constant variable in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year