What is the output of the following program main();{printf
("chennai""superkings"};
a. Chennai
b. superkings
c. error
d. Chennai superkings
Answer Posted / goutham
error
declaration error after main() that is it declared as main();
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which is the best website to learn c programming?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What are data types in c language?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is meant by errors and debugging?
What is the difference between the local variable and global variable in c?
What are the 32 keywords in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Can we declare function inside main?
What is time null in c?
What is data type long in c?
praagnovation
What is the difference between a function and a method in c?
Write programs for String Reversal & Palindrome check
What are the primitive data types in c?