Multiple Choice
A ________________ keeps track of dynamically-allocated memory and automatically deletes when it is no longer in use.
A) deleting pointer
B) null pointer
C) smart pointer
D) memory conservation pointer
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A function may return a pointer, but
Q15: An array name is a pointer constant
Q50: You may use the type pointer to
Q51: If Circle is a structure type, the
Q52: Memory cannot be allocated after a program
Q54: With pointer variables, you can _ manipulate
Q56: Any time you use the new operator,
Q57: The statement double *num;<br>A) defines a variable
Q59: The statement cout << *ptr; will output<br>A)
Q60: The statement int *ptr = new int;