When does the void pointer can be dereferenced?
Posted: Wed Jul 13, 2022 7:51 pm
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
b) when it cast to another type of object
c) using delete keyword
d) using shift keyword