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
What is structure packing in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is the difference between printf and scanf )?
In c language can we compile a program without main() function?
what does static variable mean?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How can you return multiple values from a function?
What is the heap?
What is void pointers in c?
Which type of language is c?
Explain how can I convert a number to a string?
what is the difference between 123 and 0123 in c?
Why do we need functions in c?
What are the 4 types of organizational structures?
What are the restrictions of a modulus operator?