What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / steve booth
The character strings will be concatenated, but NO space will be inserted between the first and second. The correct answer is "chennaisuperkings".
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is infinite loop?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the scope of global variable in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is struct node in c?
What is a memory leak? How to avoid it?
Explain 'far' and 'near' pointers in c.
What are examples of structures?
Why is C language being considered a middle level language?
What is an expression?
What is the use of getchar() function?
Write a C program to count the number of email on text
Can you pass an entire structure to functions?
What are the 5 data types?
What are keywords in c with examples?