What does `typedef` do?
Question 1
Q1. What does `typedef` do?
Answer: Creates a new data type
Explanation: typedef creates an alias for an existing data type, enhancing code readability.