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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here