Discussion :: C++ - MCQs
- What we can't do on a void pointer?
Answer : Option A
Explanation :
Because void pointer is used to cast the variables only, So pointer arithemetic can't be done in a void pointer.
Be The First To Comment
Answer : Option A
Explanation :
Because void pointer is used to cast the variables only, So pointer arithemetic can't be done in a void pointer.
Be The First To Comment