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

a. Chennai

b. superkings

c. error

d. Chennai superkings

Answer Posted / isha

There is an error in this statement also:
printf("chennai""superkings"};
')' is missing in this printf statement

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pointer value and address in c?

636


the question is that what you have been doing all these periods (one year gap)

1621


Is exit(status) truly equivalent to returning the same status from main?

587


What is structure in c definition?

576


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

676






What is omp_num_threads?

586


How does pointer work in c?

622


Why is struct padding needed?

634


What is difference between structure and union in c?

549


What is queue in c?

579


Explain what is the difference between a free-standing and a hosted environment?

636


When should the register modifier be used? Does it really help?

616


What is the condition that is applied with ?: Operator?

665


Tell us bitwise shift operators?

600


What is the difference between abs() and fabs() functions?

608