C Programming Multiple Choice Questions (MCQ) | IT Developer <?php echo $page_title; ?>
IT Developer

C Programming Multiple Choice Questions (MCQ)

C Programming Multiple Choice Questions (MCQ) - Set 1



Share with a Friend

Multiple Choice Questions


C Programming - Multiple Choice Questions (MCQ) - Set 1

1. What is the starting point of C program execution?
A). #include
B). void main()
C). Opening curly braces '{'
D). None of these
View Answer
Correct: B




2. C is a __________ language
A). High level
B). Middle level
C). Machine level
D). Low level
View Answer
Correct: B




3. Which symbol ends a statement in C program?
A). . (full stop)
B). ; (semicolon)
C). : (colon)
D). } (curly braces)
View Answer
Correct: B




4. Which symbol is used to comment single statement?
A). //
B). \
C). /*
D). \*
View Answer
Correct: A




5. Why preprocessor directive needed in the beginning of a C program?
A). To start execution of a program
B). To include keywords in a program
C). To include files in a program
D). None of these
View Answer
Correct: C