Open In App

GATE | GATE CS 2010 | Question 14

Like Article
Like
Save
Share
Report

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: (C)

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



Quiz of this Question


Last Updated : 17 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads