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

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following statements is not
Q2: A pointer can be used as a
Q4: Use the delete operator only on pointers
Q15: A function may return a pointer but
Q23: In C++11 you can use smart pointers
Q38: An array name is a pointer constant
Q39: If a variable uses more than one
Q43: The ampersand (&) is used to dereference
Q43: What will the following statement output?<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q44: _ can be used as pointers.<br>A)Array names<br>B)Numeric