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

How are Structure passing and returning implemented by the complier?

706


Define the scope of static variables.

596


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1589


Why do we need volatile in c?

737


What is the meaning of && in c?

543






What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

736


What is a #include preprocessor?

611


Describe the header file and its usage in c programming?

614


What is the difference between printf and scanf )?

585


while initialization of array why we use a[][2] why not a[2][]...?

1857


Disadvantages of C language.

649


Explain can you assign a different address to an array tag?

636


Explain what is the concatenation operator?

617


What is the acronym for ansi?

622


Why n++ execute faster than n+1 ?

1833