What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / isha
There is an error in this statement also:
printf("chennai""superkings"};
')' is missing in this printf statement
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why is structure important for a child?
write a program to copy the string using switch case?
What is #ifdef ? What is its application?
Write programs for String Reversal & Palindrome check
What is your stream meaning?
What are the general description for loop statement and available loop types in c?
Explain the properties of union. What is the size of a union variable
Why calloc is better than malloc?
Can we replace the struct function in tree syntax with a union?
How can I automatically locate a programs configuration files in the same directory as the executable?
Compare interpreters and compilers.
What is volatile, register definition in C
What is #line used for?
What is the basic structure of c?
write a program to print data of 5 five students with structures?