M3-R4 O-Level Jan-20 TRUE Or FALSE
M3-R4 O-Level
Jan-20 TRUE Or FALSE
M3-R4:
PROGRAMMING & PROBLEM SOLVING
THROUGH
‘C’ LANGUAGE
PART-1
Note: To read about M3-R4 O-Level Jan-20 MATCH THE FOLLOWING
Click on the following link:
https://learncomputerpci.blogspot.com/2020/07/m3-r4-o-leveljan-20-match-following-m3.html
2. Each statement below is either TRUE or FALSE. Choose the most appropriate one and ENTER in the “OMR” answer sheet supplied with the question paper, following instructions therein.
(1x10=10)
2.1 In C, upper and lower cases letter are same.
Answer: False
2.2 = is used for comparison, whereas, == is used for assignment of two quantities.
Answer: False
2.3 A function can be defined inside another function.
Answer: False
2.4 In switch statement, the default case is optional.
Answer: True
2.5 strlen() function counts the number of characters in a given string and returns
the integer value.
Answer: True
2.6 The continue statement cannot be used with switch statement.
Answer: True
2.7 The basic meaning of the C keywords can be changed.
Answer: False
2.8 Functions can be called either by value or reference.
Answer: True
2.9 The ++ operator increments the operand by 1, whereas, the --
operator
decrements it by 1.
Answer: True
2.10 #define lines should end with a semicolon.
Answer: False