A

Admin • 833K Points
Coach

Q. Which is the correct syntax to create a union?

  • (A) union union_name { };
  • (B) union union_name { }
  • (C) union union_name ( );
  • (D) Union union_name ( )
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

The correct syntax of creating a union is:

union union_name {
};

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.