A

Admin • 833K Points
Coach

Q. Which of the below statements is incorrect in case of union?

  • (A) Union is a user-defined data structure
  • (B) All data share same memory
  • (C) Union stores methods too
  • (D) union keyword is used to initialize
  • Correct Answer - Option(C)
  • Views: 28
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Unions in C is a data structure which store data types but not the methods.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.