285 views
0 votes
0 votes

Consider the following statements about access links when a procedure q calls procedure p:

1. If procedure p is at a higher nesting depth than q, then p must be defined immediately within q, or the call by q would not be at a position that is within the scope of the procedure name p.

2. The nesting depth 'np' of p is more than the nesting depth 'nq' of q. 

Which of the above statements is false?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Balaji Jegan asked Dec 27, 2018
258 views
Please verify if this is correct
1 votes
1 votes
1 answer
2
sripo asked Nov 3, 2018
2,155 views
Does Heap Allocation support both recursion and dynamic memory allocation? Because,a stack can be implemented using dynamic memory allocation.Please correct me.Test Serie...
0 votes
0 votes
0 answers
3
Balaji Jegan asked Oct 23, 2018
173 views
1 votes
1 votes
0 answers
4
srestha asked Sep 10, 2018
760 views
What is runtime enviornment (Is it do anything more than running the program?)?Where Stack Pointer generally needed?Why it is needed runtime and not compile time? Has it ...