Home » C Programming » Typedef » Question
  1. What is typedef declaration?
    1. It merely adds a new name for some existing type
    2. Does not create a new type, It merely adds a new name for some existing type
    3. Does not create a new type
    4. All of above
    5. None of these
Correct Option: B

Does not create a new type, It merely adds a new name for some existing type



Your comments will be displayed only after manual approval.