The `typedef` keyword is used to
Question 1
Q1. The `typedef` keyword is used to
Answer: create a new data type
Explanation: typedef is used to create an alias for an existing data type.