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


Please Help Members By Posting Answers For Below Questions

Without Computer networks, Computers will be half the use. Comment.

1865


What is malloc calloc and realloc in c?

660


What is the difference between break and continue?

602


What is wrong with this program statement?

603


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1576






Explain the difference between structs and unions in c?

571


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

571


What is a MAC Address?

624


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

640


Why is c called a structured programming language?

671


Can we assign string to char pointer?

580


How will you divide two numbers in a MACRO?

703


What is meant by recursion?

627


Who is the main contributor in designing the c language after dennis ritchie?

542


What are the differences between new and malloc in C?

604