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
Do you have any idea how to compare array with pointer in c?
What is double pointer in c?
Is c compiled or interpreted?
Explain can static variables be declared in a header file?
What does sizeof int return?
What is the use of static variable in c?
What is 'bus error'?
What happens if header file is included twice?
What are the types of assignment statements?
What is bin sh c?
What is static identifier?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How reliable are floating-point comparisons?
How do you determine a file’s attributes?
Explain what is the concatenation operator?