COMPILER DESIGN

SYNTAX ANALYSIS

ROLE OF THE PARSER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following information is not available in the activation record of a procedure?
A
Global Variable
B
Access Link
C
Local Auto Variable
D
Control Link
Explanation: 

Detailed explanation-1: -Temporary values, such as those arising from the evaluation of expressions, in cases where those cannot be held in registers. Therefore, Direct Link is not present in activation record of procedure.

Detailed explanation-2: -In activation record, Which of the following Stores the address of activation record of the caller procedure? Explanation: Control link : Stores the address of activation record of the caller procedure.

Detailed explanation-3: -Return Value: It is used by calling procedure to return a value to calling procedure. Actual Parameter: It is used by calling procedures to supply parameters to the called procedures. Control Link: It points to activation record of the caller. More items

There is 1 question to complete.