Q. Which keyword allows you to create an alias for a type? (A) define (B) alias (C) typedef (D) enum ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) typedef Explanation: typedef is used to create new type names (aliases).