What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / 1215
c.error
because1.comma(,) missing
2.main();
3.')'
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does 3 periods mean in texting?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
C language questions for civil engineering
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Is it better to use a macro or a function?
What is a union?
How can I dynamically allocate arrays?
how to introdu5ce my self in serco
What is else if ladder?
What is #define in c?
Explain Function Pointer?
What are header files in c?
how do you programme Carrier Sense Multiple Access
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is an identifier?