473 views
1 votes
1 votes
Which of the following parameter is not included in the activation record of recursive function call?

A) Local variables of function

B) Return value of function

C) Global variables of program

D) Access link

1 Answer

Best answer
0 votes
0 votes
activation records include

control links

access links

local variable

temp variable

return address

machine status

actual parameters
selected by

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
2