Discussion Forum : Pointers
Question - A void pointer cannot point to which of these?
Options:
A .  methods in c++
B .  class member in c++
C .  both a & b
D .  none of the mentioned
Answer: Option B


Because the class member will have a definite type, So it cannot pointed by a void pointer.



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

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