Multiple Choice
In a(n) ____ copy,two or more pointers have their own data.
A) shallow
B) deep
C) static
D) dynamic
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The _ of a base class automatically
Q7: Which of the following can be used
Q10: Consider the following statements:<br>void pointerParameters(int* &p,double *q)<br>{<br>.<br>.<br>.<br>}<br>In
Q11: Consider the following statements:<br>int x;<br>int &y =
Q19: A pointer variable is a variable whose
Q20: The dereferencing operator is also known as
Q21: In C++, the dot operator has a
Q29: In the statement<br>int* p, q;<br>p and q
Q37: Given the declaration<br>int *p;<br>The statement<br>p = new
Q41: In C++, _ is called the address