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
Which is better pointer or array?
Explain how can a program be made to print the name of a source file where an error occurs?
What are Macros? What are its advantages and disadvantages?
How many data structures are there in c?
What are variables and it what way is it different from constants?
What is a void * in c?
difference between object file and executable file
What is infinite loop?
What is the value of uninitialized variable in c?
Explain what is wrong in this statement?
Why do we need volatile in c?
what does static variable mean?
What are the rules for identifiers in c?
What is #include conio h?
How do you use a pointer to a function?