Discussion Forum : Pointers
Question - What we can't do on a void pointer?
Options:
A .  pointer arithemetic
B .  pointer functions
C .  both of the mentioned
D .  none of the mentioned
Answer: Option A


Because void pointer is used to cast the variables only, So pointer arithemetic can't be done in a void pointer.



Was this answer helpful ?
Submit Your Solution hear:

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