What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / bhargavi
Chennai superkings
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is function what are the types of function?
What are the usage of pointer in c?
What is the difference between the expression “++a” and “a++”?
How can I make it pause before closing the program output window?
What is the purpose of ftell?
Does c have enums?
What do you mean by a local block?
List the variables are used for writing doubly linked list program.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How to write a multi-statement macro?
What are the advantages and disadvantages of a heap?
What are the storage classes in C?
Explain what is the benefit of using #define to declare a constant?
What is file in c preprocessor?
What is a dynamic array in c?