Multiple Choice
A ____ variable is a variable whose content is a memory address.
A) class
B) dynamic
C) pointer
D) heap
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: The statement _ declares board to be
Q36: The time complexity of the function seqSearch
Q37: The values belonging to pointer data types
Q38: A declaration such as int *p; allocates
Q39: The general syntax to declare a pointer
Q40: In order to maintain and process the
Q41: The copy constructor does not execute when
Q42: A pointer variable can be passed as
Q43: When a dynamic variable is no longer
Q44: It is good programming practice to develop