Computer Science, asked by mahimareddy2778, 1 year ago

void pointer can point to Which type of objects

Answers

Answered by Anonymous
0
This section on C++ programming questions and answers focuses on “Pointer to Void”. One shall practice these questions to improve their C++ programming skills needed for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C++ programming questions come with the detailed explanation of the answers which helps in better understanding of C++ concepts.
Answered by Anonymous
1
VOID pointer can point all types of object because void means " null or empty".
So, It would point all objects.

Sanyam02X: Hii
Anonymous: hi
Similar questions