Home » C++ Programming » Pointers » Question
  1. What we can’t do on a void pointer?
    1. pointer functions
    2. pointer arithmetic
    3. Both A and B
    4. pointer static
    5. None of these
Correct Option: B

Because the void pointer is used to cast the variables only, So pointer arithmetic can’t be done in a void pointer.



Your comments will be displayed only after manual approval.