Question 2397 – Linear-Algebra
December 7, 2023Compiler-Design
December 7, 2023Compiler-Design
Question 25 |
Heap allocation is required for languages
that support recursion | |
that support dynamic data structures | |
that use dynamic scope rules | |
None of the above |
Question 25 Explanation:
Heap allocation is required for languages that support dynamic data structures.
Correct Answer: B
Question 25 Explanation:
Heap allocation is required for languages that support dynamic data structures.