Multiple Choice
The 1 in the expression *(gPtr + 1) is a(n) ____.
A) pointer
B) initializer
C) offset
D) register
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A pointer reference can always be replaced
Q10: Essentially, a(n) _ is a named constant
Q11: Multiple references cannot be declared in a
Q12: When constructing references, the reference should be
Q13: Reference variables are available in C++.
Q15: Addresses cannot be incremented or decremented.
Q16: When used in a nondeclarative statement, the
Q17: Any address returned by _ can be
Q18: To use a stored address, C++ provides
Q19: The use of a pointer requires the