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

Verified
Correct Answer:
Verified
Related Questions
Q5: The expression s->m has the same meaning
Q8: A pointer can be passed as an
Q8: If dynamically allocated memory is not freed,<br>A)a
Q9: With pointer variables you can access, but
Q10: If a variable occupies more than one
Q16: The , also known as the address
Q18: A pointer may be initialized with<br>A)the value
Q32: The statement Rectangle * boxPtr; defines a
Q37: It is legal to subtract a pointer
Q52: Memory cannot be allocated after a program