-
Choose the incorrect option
-
- void is a special fundamental type
- void is used as the base type for pointers to objects of unknown type
- void is used when the function does not return a value
- void is also used when the value of a pointer is null
- None of these
Correct Option: D
void fundamental type is used in the cases of a and c.