Home » C++ Programming » Data Types » Question
  1. Identify the user-defined types from the following?
    1. classes
    2. int
    3. enumeration
    4. both classes and enumeration
    5. None of these
Correct Option: C

They must be defined by the users before use, unlike the other types which are readily available.



Your comments will be displayed only after manual approval.