Page 1 of 1

Which languages necessarily need heap allocation in the runtime environment?

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) Those that support recursion
b) Those that use dynamic scoping
c) Allow dynamic data structure
d) Those that use global variables