Multiple Choice
Essentially, a(n) ____ is a named constant for an address.
A) pointer
B) reference
C) class
D) indirection
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: For each array created, the array name
Q6: _ allocation of memory is useful when
Q7: Explicitly passing addresses with the address operator
Q8: Technically, references are said to be _.<br>A)
Q9: A pointer reference can always be replaced
Q11: Multiple references cannot be declared in a
Q12: When constructing references, the reference should be
Q13: Reference variables are available in C++.
Q14: The 1 in the expression *(gPtr +
Q15: Addresses cannot be incremented or decremented.