Multiple Choice
In performing ____ on pointers, we must be careful to produce addresses that point to something meaningful.
A) comparisons
B) arithmetic
C) subscript operations
D) duplication
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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,
Q33: The addresses in pointers can be compared
Q34: A pointer access can sometimes (but not
Q35: If we store the address of grade[0]
Q36: Pointers are closely associated with array names.
Q37: int *ptNum = &miles; is _.<br>A)always valid<br>B)never