Question 20
In C, which of the following are valid operations on pointer variables? (Select all that apply)
Dividing one pointer variable by another pointer variable.
Comparing two pointers variables for equality.
Incrementing/Decrementing a pointer variable (e.g. ptr++/ ptr–).
Multiplying two pointer variables.