Multiple Choice
The expression ____ adds 3 to "the variable pointed to by gPtr."
A) *(gPtr + 3)
B) *gPtr + 3
C) gPtr + 3
D) &gPtr + 3
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The parentheses in the pointer expression *(gPtr
Q8: If nums is a two-dimensional integer array,
Q9: The declaration char *seasons[4]; creates an array
Q10: Of the following expressions, _ is the
Q11: Any subscript used by a programmer is
Q13: The header line _ declares calc to
Q14: When an array is passed to a
Q15: Attempting to assign the address of an
Q16: When working with pointers and offsets, the
Q17: A pointer constant is equivalent to a