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.

When does the void pointer can be dereferenced?

a) when it doesn’t point to any value
b) when it cast to another type of object
c) using delete keyword
d) using shift keyword

Answer: b
Explanation: By casting the pointer to another data type, it can be dereferenced from the void pointer.

Join The Discussion