Home » C++ Programming » Questions and Answers » Question
  1. What is the syntax of user-defined data types?
    1. typedef_new name_existing data type
    2. def_existing data type_new name
    3. typedef_existing data type_new name
    4. Compilation Error
    5. None of these
Correct Option: C

typedef_existing data type_new name



Your comments will be displayed only after manual approval.