Q. What is the keyword used to define a structure in C? (A) struct (B) structure (C) record (D) union ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) struct Explanation: Structures in C are defined using the 'struct' keyword.