Multiple Choice
The ____ in the expression *(gPtr + 1) is an offset.
A) *
B) gPtr
C) +
D) 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: Pointers are closely associated with array names.
Q37: int *ptNum = &miles; is _.<br>A)always valid<br>B)never
Q38: Pointers, both as variables and function parameters,
Q39: Instead of initially creating a string as
Q40: The address operator in C is _.<br>A)&<br>B)*<br>C)-><br>D)")"
Q42: The expression *(gPtr + 3) changes the
Q43: By adding numbers to and subtracting numbers
Q44: If gPtr is a pointer that points
Q45: Adding _ to a pointer causes the
Q46: The indirection operator in C is _.<br>A)&<br>B)*<br>C)-><br>D)")"