Multiple Choice
In a ____ copy, two or more pointers of the same type point to the same memory.
A) static
B) shallow
C) dynamic
D) deep
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: An array created during the execution of
Q26: The _ constructor is executed when an
Q27: Consider the following statements:The code above is
Q28: A list is a collection of elements
Q29: In the statement<br>int* p, q;<br>p and q
Q31: Which of the following would be appropriate
Q32: What is the output of the following
Q33: Which of the following can be used
Q34: What is the value of x after
Q35: Given the declaration int *a;, the statement