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 6



Share with a Friend

Multiple Choice Questions


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

26. Default value of local variable is
A). 0
B). 1
C). Garbage value
D). Depend on data type
View Answer
Correct: C




27. What is the other name of backslash character constants?
A). Slash characters
B). Space characters
C). Escape sequences
D). None of these
View Answer
Correct: C




28. Which operator is used to compare two values?
A). Logical operator
B). Relational operator
C). Assignment operator
D). None of these
View Answer
Correct: B




29. The operator '&' is used as
A). Logical AND
B). Bitwise AND
C). Logical OR
D). Bitwise OR
View Answer
Correct: B




30. The operator '&' is used as
A). Logical AND
B). Bitwise AND
C). Logical OR
D). Bitwise OR
View Answer
Correct: B