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

When should a type cast be used?

573


Explain b+ tree?

618


Can two or more operators such as and be combined in a single line of program code?

801


What are the disadvantages of c language?

614


What does stand for?

590






4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1721


How do you declare a variable that will hold string values?

661


Why #include is used in c language?

590


Differentiate between functions getch() and getche().

616


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

608


When the macros gets expanded?

780


When should a far pointer be used?

598


c program to compute AREA under integral

1801


What is the use of getchar() function?

622


What is the equivalent code of the following statement in WHILE LOOP format?

761