Vidyalelo
C++ Programming · Q70

Pointers and References in C++

Programming · C++ Programming · question 70

Q70

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
Answer
C.
using delete keyword
D.
using shift keyword

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board