retagged by
542 views

1 Answer

Best answer
1 votes
1 votes

In $Stack\ allocation$ memory is allocated at runtime whereas in $Heap\ Allocation$, memory allocation and deallocation can be done at any time.

Recursion is supported in $Stack\ Allocation$ technique and not supported in $Static\ Allocation$ technique.

So both of them are False.

selected by

Related questions

2 votes
2 votes
4 answers
1
1 votes
1 votes
2 answers
4
himgta asked Mar 10, 2019
682 views
Match the followingList 1Link timeload timecompile timeRun timeList 2 A. Resolving references B. Relocation C. Token Recognition D. Activation record