Multiple choice

Which of the following data types allows an user to define his own identifier to represent an existing data type in 'C'?

  1. enumeration

  2. int

  3. type def

  4. float

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This data type allows an user to define his own identifier to represent an existing data type in 'C'.