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
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
Join The Discussion