Home » C Programming » Structures » Question
  1. User-defined data type can be derived by___________.
    1. enum
    2. typedef
    3. struct
    4. All of above
    5. None of these
Correct Option: D

User-defined data type can be derived by enum, typedef and struct.



Your comments will be displayed only after manual approval.