What is the output of the following program main();{printf
("chennai""superkings"};

a. Chennai

b. superkings

c. error

d. Chennai superkings

Answer Posted / goutham

error

declaration error after main() that is it declared as main();

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a good way to implement complex numbers in c?

597


Why c language?

649


Can you explain the four storage classes in C?

645


What does the c preprocessor do?

624


What are dangling pointers in c?

645






What is declaration and definition in c?

526


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

642


What is difference between union All statement and Union?

628


How to create struct variables?

595


What is operator precedence?

645


What is the scope of an external variable in c?

570


What is the difference between malloc() and calloc()?

618


What is the difference between if else and switchstatement

1313


How can I read in an object file and jump to locations in it?

581


What is extern c used for?

571