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 2



Share with a Friend

Multiple Choice Questions


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

6. Header file is compulsory to include in a C program printing "Hello World"
A). True
B). False
View Answer
Correct: A




7. Which of the following is not a basic data type in C language?
A). float
B). int
C). real
D). char
View Answer
Correct: C




8. How many keywords are there in C?
A). 31
B). 32
C). 64
D). 63
View Answer
Correct: B




9. Which of the following is true for variable names in C?
A). Variable names cannot start with a digit
B). Variable can be of any length
C). They can contain alphanumeric characters as well as special characters
D). Reserved word can be used as a variable name
View Answer
Correct: A




10. Character literal in C syntax is?
A). Z
B). 'Z'
C). "Z"
D). None of these
View Answer
Correct: B