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
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is extern c used for?
Explain how can I open a file so that other programs can update it at the same time?
What oops means?
Can we declare variable anywhere in c?
What does void main () mean?
How to delete a node from linked list w/o using collectons?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Tell me can the size of an array be declared at runtime?
How can you return multiple values from a function?
Difference between Function to pointer and pointer to function
Sir i need notes for structure,functions,pointers in c language can you help me please
What is array in C
Describe dynamic data structure in c programming language?