Multiple Choice
The ________ and ________ operators can respectively be used to increment and decrement a pointer variable.
A) dereferencing, indirection
B) modulus, division
C) ++, --
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: The set of operations supported by the
Q27: The term pointer can be used interchangeably
Q28: When you work with a dereferenced pointer,
Q29: Assuming that arr is an array identifier,
Q30: When the less than ( < )
Q32: The statement Rectangle * boxPtr; defines a
Q33: When the _ is placed in front
Q34: Which of the following statements is not
Q35: The _, also known as the address
Q36: The statement cout << &num1; will output<br>A)