Q. Which keyword is used to define an enumeration?
β
Correct Answer: (A)
enum
Explanation: The enum keyword is used to declare enumeration types.