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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Yes, using struct keyword
Explanation: C allows pointers to structs using the struct keyword.
Explanation by: Mr. Dubey
C allows pointers to structs using the struct keyword.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate