Q. What is the keyword used to define enumeration in C?
β
Correct Answer: (A)
enum
Explanation: The enum keyword is used for defining enumerations.