What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / bhargavi
Chennai superkings
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is C language ?
Explain the ternary tree?
What is #line used for?
Differentiate between the expression “++a” and “a++”?
What does c mean in standard form?
What is the use of function overloading in C?
What is an endless loop?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Define macros.
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is variable and explain rules to declare variable in c?
Why malloc is faster than calloc?
What's the right way to use errno?
What is time null in c?
Where can I get an ansi-compatible lint?