Q. Which keyword is used to define an alias name for a data type?
β
Correct Answer: (B)
typedef
Explanation: typedef is used to create alias names for existing data types.