M3-R4 O-Level Jan-20 FILL IN THE BLANKS
M3-R4 O-Level
Jan-20 FILL IN THE BLANKS
M3-R4:
PROGRAMMING & PROBLEM SOLVING
THROUGH
‘C’ LANGUAGE
PART-1
4. Each
statement below has a blank space to fit one of the word(s) or phrase(s) in the
list below. Enter your choice in the “OMR” answer sheet supplied with the question
paper,following instructions therein
(1x10=10)
A. |
New line |
B. |
Increment |
C. |
sizeof |
D. |
Overlooking |
E. |
Bell |
F |
math.h |
G. |
Dot |
H. |
Structured |
I |
islower() |
J. |
And |
K. |
Union |
L. |
Link |
M. |
&& |
|
|
|
|
4.1 C
language was implemented at the __________ laboratories.
4.2 C language is well suited for __________ programming.
4.3 The operator "++'' is known as __________ operator.
4.4 The __________ operator can be used to determine the length of array and structures.
4.5 The standard mathematical functions are included in the __________ header file.
4.6 The ________ section provides instruction to the compiler to link functions from system library.
4.7 The ________ operator is true only when both the operands are true.
4.8 __________operator is used to connect structure name to its member name.
4.9 __________ function checks whether the entered alphabets are lower case letter or not.
4.10 ______is a character used to represent the end of a line of text and the beginning of a new line.
Note: To read about M3-R4 O-Level Jan-20 MCQ
Answer
4.1 C language
was implemented at the (E) Bell laboratories.
4.2 C language is well suited for (H) Structured programming.
4.3 The operator "++'' is known as (B) Increment operator.
4.4 The (C) sizeof operator can be used to determine the length of array
and structures.
4.5 The standard mathematical functions are included in the (F) math.h
header file.
4.6 The (L) Link section provides instruction to the compiler to link
functions from system library.
4.7 The (M) && operator is true only when both the operands are
true.
4.8 (G) Dot operator is used to connect structure name to its member
name.
4.9 (I) islower() function checks whether the entered alphabets are
lower case letter or not.
4.10 (A) New line is a character used to represent the end of a line of
text and the beginning of a new line.