A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(C)
  • Views: 24
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

C allows pointers to structs using the struct keyword.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.