Q. What is the keyword used to define enumeration in C? (A) enum (B) enumerate (C) list (D) define ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) enum Explanation: The enum keyword is used for defining enumerations.