438 views
0 0 votes
As activation record stores only actual parameters,then where does formal parameters stores?Are formal part of local variables?

Please log in or register to answer this question.

Position:
Show:

Related questions

5 5 votes
2 2 answers
1.9k
1.9k views
amarVashishth asked Nov 24, 2015
1,892 views
How many tokens are there in each->int *ptr = &x;++a>=!=x += 10;Token should be counted before pre-processing or after it?from my experience only, I'm able to identify wh...
0 0 votes
1 1 answer
144
144 views
1 1 vote
0 0 answers
138
138 views
Tin_ku asked Aug 2
138 views
We know that the class of languages of LR(0), SLR(1), LALR(1), CLR(1) is the class of DCFLs, with the only exception being that...An LR(0) language is a DCFL that has the...