Q. Can you have a pointer to a structure? (A) No (B) Only in C++ (C) Yes, using struct keyword (D) Yes, without struct keyword ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Yes, using struct keyword Explanation: C allows pointers to structs using the struct keyword.