1. An array created during program execution is called a dynamic array. 2. If p is a dynamic array, then the statement delete [] p; deallocates the memory occupied by p—that is, the components of p....


1. An array created during program execution is called a dynamic array.


2. If p is a dynamic array, then the statement


delete [] p;


deallocates the memory occupied by p—that is, the components of p.


3. In a shallow copy, two or more pointers of the same type point to the same memory space; that is, they point to the same data.

Nov 11, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here