What is the purpose of `typedef`?
Question 1
Q1. What is the purpose of `typedef`?
Answer: To define a new data type
Explanation: Typedef is used to create an alias for an existing data type.