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 ...