Jul 26, 2014

C Quiz #03: First Program - Hello C

Please go through C Programming #03: First Program - Hello C before taking this quiz.

Question 1: How do you compile C file sample.c ?
Show Answer
 Question 2: What does the C statement #include <stdio.h> do ?
Show Answer

Question 3: How many main() function C Program can have ?

Show Answer

Question 4: What does '\n' does in printf("Hello C\n"); ?

Show Answer

Question 5: What does 0 symbolize in return 0 in main function?

Show Answer

No comments :

Post a Comment