Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What we can’t do on a void pointer?

a) pointer arithmetic
b) pointer functions
c) pointer objects
d) pointer functions & objects

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

Join The Discussion