Vernacular languages and programing languages have a lot of similarities in a broad sence the noun and verbs are compareable to:

(A) operators and identifiers respectively
(B) operands and identifiers respectively
(C) operands and operators respectively
(D) operands and functions respectively

FORTRON does not permit recurision because:

(A) it uses stating allocation for storing variables
(B) it uses dynamic allocation for storing variables
(C) stacks are not available in all machines
(D) it is not possible to implement recursion in all machines

In which of the following cases it is possible to obtain diffrent 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

error: Content is protected !!