Question 12
In C, which of the following is/are valid operation(s) on pointer variables?
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.