Home » C++ Programming » Data Types » Question
  1. Choose the incorrect option
    1. void is a special fundamental type
    2. void is used as the base type for pointers to objects of unknown type
    3. void is used when the function does not return a value
    4. void is also used when the value of a pointer is null
    5. None of these
Correct Option: D

void fundamental type is used in the cases of a and c.



Your comments will be displayed only after manual approval.