What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / guest
error
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are pointers integer?
Explain the difference between ++u and u++?
What are identifiers c?
List the difference between a While & Do While loops?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Which programming language is best for getting job 2020?
Is there a way to switch on strings?
What is the right type to use for boolean values in c? Is there a standard type?
What is #include stdio h and #include conio h?
Explain Basic concepts of C language?
What is call by reference in functions?
Explain output of printf("Hello World"-'A'+'B'); ?
What are directives in c?
What does node * mean?
What is difference between Structure and Unions?