Q. Pointer arithmetic is not possible on ___.
β
Correct Answer: (D)
Void pointers
Explanation: Pointer arithmetic is not possible on void pointers due to lack of concrete value and size.