

MCQOPTIONS
Saved Bookmarks
1. |
Which languages necessarily need heap allocation in the runtime environment? |
A. | Those that support recursion |
B. | Those that use dynamic scoping |
C. | Those that allow dynamic data structures |
D. | Those that use global variables |
Answer» D. Those that use global variables | |