in Compiler Design reopened by
1,244 views
1 vote
1 vote

Which languages necessarily need heap allocation in the runtime environment?

  1. Those that support recursion
  2. Those that use dynamic scoping 
  3. Those that use global variables
  4. Those that allow dynamic data structures
in Compiler Design reopened by
by
1.2k views

1 comment

option d
0
0

1 Answer

0 votes
0 votes

1 comment

Heap allocation is needed for dynamic data structures like tree, linked list, etc.
0
0
Answer:

Related questions