Home » C++ Programming » Data Types » Question
  1. What does the following statement mean?
    void a;
    1. declares a variable with value a
    2. flags an error
    3. a is an object of type void
    4. variable a is of type void
    5. None of these
Correct Option: B

There are no void objects.



Your comments will be displayed only after manual approval.