Interviewer And Interviewee Guide

C++ Pointers & Functions Interview Question:

What is void pointer using C++?

Submitted by: Administrator
In C++, void represents the absence of type, so void pointers are pointers that point to a value that has no type. The void pointers can point to any data type.
We can declare void pointer as follows.
Void *p;.
Submitted by: Administrator

Read Online C++ Pointers & Functions Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.