What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / bhargavi
Chennai superkings
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are pragmas and what are they good for?
What are the different types of errors?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is the difference between pure virtual function and virtual function?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is use of bit field?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain about C function prototype?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Write a program to print ASCII code for a given digit.
Write the Program to reverse a string using pointers.
write a program to find out prime number using sieve case?
cavium networks written test pattern ..
What is the significance of an algorithm to C programming?