Which languages necessarily need heap allocation in the runtime environment?
Posted: Thu Jul 14, 2022 9:07 am
a) Those that support recursion
b) Those that use dynamic scoping
c) Allow dynamic data structure
d) Those that use global variables
b) Those that use dynamic scoping
c) Allow dynamic data structure
d) Those that use global variables