Recent questions tagged runtime-environment

0 votes
1 answer
31
1 votes
1 answer
32
main() { int xyz; st1; st2(); f(); g(); h(); st3; ) how many stack entry required??ans is 2 why??
0 votes
1 answer
33
2 votes
1 answer
34
Q. Which of the following parameter is not included in the activation record of recursive function call?1.Local variables of function2.Return value of function3. Global v...
3 votes
1 answer
35
Can anybody explain me access link and control link in activation record?I am confused what is different between themIF POSSIBLE GIVE EXAMPLE ALSO THANKS A LOT
0 votes
1 answer
36
How storage mapping is done by compilers ?Even though actual loading of program in memory is done by loader.PS: This is the exact question as given in book, but i think i...
5 votes
3 answers
39
We use malloc and calloc for:Dynamic memory allocationStatic memory allocationBoth dynamic memory allocation and static memory allocationNone of these
0 votes
1 answer
41
Activation Record can be known atA. Compile TimeB. Run TimeC. Loading TimeD. None of these
3 votes
1 answer
51
3 votes
1 answer
54
The language which supports _______ needs heap allocation in the runtime environment.Dynamic Data Structure Static Scoping Global Variable Recursion
17 votes
2 answers
56
State whether the following statements are TRUE or FALSE with reason:The Link-load-and-go loading scheme required less storage space than the link-and-go loading scheme.
17 votes
3 answers
58
Match the pairs in the following questions:$$\begin{array}{ll|ll}\hline (a) & \text{Pointer data type} & (p) & \text{Type conversion} \\\hline (b) & \text{Activation rec...
1 votes
1 answer
59