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


Please Help Members By Posting Answers For Below Questions

Explain the difference between malloc() and calloc() function?

604


When c language was developed?

644


How does free() know explain how much memory to release?

621


What is formal argument?

654


Write a program to reverse a string.

644






What is the difference between volatile and const volatile?

571


What is a example of a variable?

557


How is a structure member accessed?

592


Write a program to print “hello world” without using semicolon?

677


How can my program discover the complete pathname to the executable from which it was invoked?

663


What is sizeof return in c?

619


What is time null in c?

587


What are run-time errors?

602


What is the return type of sizeof?

598


Why functions are used in c?

592