1
GATE CSE 1990
MCQ (Single Correct Answer)
+2
-0.6
Match the pairs in the following:

List - I

(A) Pointer data type
(B) Activation record
(C) Repeat-until
(D) Coercion

List - II

(p) Type conversion
(q) Dynamic data structure
(r) Recursion
(s) Nondeterministic loop
A
A - q; B - r; C - s; D - p
B
A - r; B - q; C - s; D - p
C
A - q; B - r; C - p; D - s
D
A - r; B - s; C - q; D - p
2
GATE CSE 1989
MCQ (Single Correct Answer)
+2
-0.6
An unrestricted use of the "goto" statement is harmful because of which of the following reason(s):
A
it makes it more difficult to verify programs
B
it makes programs more inefficient
C
it makes it more difficult to modify existing programs
D
it results in the compiler generating longer machine code
3
GATE CSE 1989
MCQ (Single Correct Answer)
+2
-0.6
In which of the following cases it is possible to obtain different results for call-by-reference and call-by-name parameter passing?
A
Passing an expression as a parameter
B
Passing an array as a parameter
C
Passing a pointer as a parameter
D
Passing an array element as a parameter
GATE CSE Subjects
Software Engineering
Web Technologies
EXAM MAP