M3-R4 O-Level Jan-20 MATCH THE FOLLOWING
M3-R4 O-Level
Jan-20 MATCH THE FOLLOWING
M3-R4:
PROGRAMMING & PROBLEM SOLVING
THROUGH
‘C’ LANGUAGE
PART-1
Note: To read about M3-R4 O-Level Jan-20 FILL IN THE BLANKS
Click on the following link:
https://learncomputerpci.blogspot.com/2020/07/m3-r4-o-level-jan-20-fill-in-blanks.html
3. Match words and phrases in column X with the closest related meaning/ word(s)/phrase(s) in column Y. Enter your selection in the "OMR" answer sheet supplied with the question paper, following instructions therein.
(1x10=10)
X |
Y |
||
3.1 |
It is an unconditional jump statement. |
A. |
Exit controlled loop |
3.2 |
Function that concatenate strings. |
B. |
Shift Left |
3.3 |
It is used to link the related expression together. |
C. |
sizeof |
3.4 |
Symbol ‘=’ |
D. |
Character test function |
3.5 |
getw() |
E. |
Entry control loop |
3.6 |
int*p |
F. |
Declare a pointer |
3.7 |
While |
G. |
Assignment operator |
3.8 |
isalpha() |
H. |
Comma |
3.9 |
do…while |
I. |
strcat() |
3.10 |
<< |
J. |
goto |
|
|
K. |
Read an integer from a file |
|
|
L. |
Declare an array |
Answer:
X |
Y |
||
3.1 |
It is an unconditional jump statement. |
J. |
goto |
3.2 |
Function that concatenate strings. |
I. |
strcat() |
3.3 |
It is used to link the related expression together. |
H. |
Comma |
3.4 |
Symbol ‘=’ |
G. |
Assignment operator |
3.5 |
getw() |
K. |
Read an integer from a file |
3.6 |
int*p |
F. |
Declare a pointer |
3.7 |
While |
E. |
Entry control loop |
3.8 |
isalpha() |
D. |
Character test function |
3.9 |
do…while |
A. |
Exit controlled loop |
3.10 |
<< |
B. |
Shift Left |