Home » C++ Programming » Data Types » Question
  1. Pick the odd one out.
    1. arrays, pointer, classes
    2. integer, enum, void
    3. enumeration, classes
    4. integer, character, boolean, floating
    5. None of these
Correct Option: B

Option a consists of all fundamental types, option b consists of user-defined types and option d consists of derived types but option c is a mixture.



Your comments will be displayed only after manual approval.