In a Block-Structured Language with Heap Allocation,there Are Three Kinds
Question 22
True False
In a block-structured language with heap allocation,there are three kinds of allocation: static (for global variables),automatic (for local variables),and dynamic (for heap allocation).