Discussion Forum : Pointer To Void
Question -

When does the void pointer can be dereferenced?

Options:
A .  when it doesn't point to any value
B .  when it cast to another type of object
C .  using delete keyword
D .  none of the mentioned
Answer: Option B

By casting the pointer to another data type, it can dereferenced from void pointer.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *