Multiple Choice
The __________ and __________ operators can be used to increment or decrement a pointer variable.
A) addition, subtraction
B) ++, --
C) modulus, division
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: The weak_ptr can share ownership of a
Q28: With pointer variables you can _ manipulate
Q29: The following statement _ cin >> *num3;<br>A)
Q30: Which of the following statements deletes memory
Q31: What will the following code output?<br>Int *numbers
Q33: The unique_ptr is the sole owner of
Q34: To use any of the smart pointers
Q35: A pointer variable is designed to store<br>A)
Q36: An array name is a pointer constant
Q37: It is legal to subtract a pointer