Page 1 of 1

When does the void pointer can be dereferenced?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
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