Multiple Choice
When working with pointers, the ____ tells the number of variables that are to be skipped over.
A) indirection operator
B) address operator
C) offset
D) address
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Pointers _ be initialized when they are
Q22: Access to an array using a subscript
Q23: You can replace lines 5 and 6
Q24: The following code is valid in C:<br>char
Q25: A suitable equivalent to the function header
Q27: After creating two variables as follows:<br>Char message1[81]
Q28: One advantage of using subscripts for array
Q29: Offsets may be included in expressions using
Q30: The address stored in the array name
Q31: When adding or subtracting numbers to pointers,