Home »
MCQs »
C++ MCQs
Which programming language required heap memory allocation in the run time environment?
165. Which programming language required heap memory allocation in the run time environment?
- A language that uses global variables
- A language that supports dynamic scoping
- A language that allows dynamic data structures
- A language that supports recursion
Answer: C) A language that allows dynamic data structures
Explanation:
A language that allows dynamic data structures required heap memory allocation in the run time environment.