1. |
What is the starting point of c program execution?
|
||||||||
Answer:
Option (b) |
2. |
C is a __________ language
|
||||||||
Answer:
Option (b) |
3. |
What symbol ends a statement in C program?
|
||||||||
Answer:
Option (a) |
4. |
Header file is compulsory to include in a C program printing "Hello World"
|
||||
Answer:
Option (a) |
5. |
How Many Keywords are there in C?
|
||||||||
Answer:
Option (b) |
6. |
Which of the following is true for variable name in C?
|
||||||||
Answer:
Option (a) |
7. |
printf() belongs to which library of c
|
||||||||
Answer:
Option (b) |
8. |
Which of the following is a correct statement?
|
||||||||
Answer:
Option (d) |
9. |
Any C program
|
||||||||
Answer:
Option (a) |
10. |
What should be written in the program to get newline on the screen?
|
||||||||
Answer:
Option (a) |