Which of the following keywords is used to define an alternate name for an already existing data type?

🎲 Try a Random Question  |  Total Questions in Quiz: 8  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C Programming Practice Test: Enumerations and Typedefs in C — practice the complete quiz, review flashcards, or try a random question.

Quiz on enums and typedef.

Enumerations, also known as enums, are a user-defined data type in C that allows you to define a set of named integer constants. 
Typedefs, on the other hand, allow you to create an alias for an existing data type.

Related Test: C Programming Practice Test: Floating Point & Sizeof Operator in C


Which of the following keywords is used to define an alternate name for an already existing data type?