Home » C++ Programming » Questions and Answers » Question
  1. Identify the correct statement.
    1. typedef create own types
    2. typedef does not create different types. It only creates synonyms of existing types
    3. typedef create different types
    4. All of above
    5. None of these
Correct Option: B

By using typedef, we can create a type of pre-existing type only not our own type of data.



Your comments will be displayed only after manual approval.