Vidyalelo
C++ Programming · Q93

Variables and Data Types in C++

Programming · C++ Programming · question 93

Q93

Choose the incorrect option.

A.
void is used when the function does not return a value
B.
void is also used when the value of a pointer is null
Answer
C.
void is used as the base type for pointers to objects of unknown type
D.
void is a special fundamental type

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board