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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Union stores methods too
Explanation: Unions in C is a data structure which store data types but not the methods.
Explanation by: Team MCQ Buddy
Unions in C is a data structure which store data types but not the methods.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
368
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
94%
Success Rate