πŸ“Š C Programming
Q. What does a union allow you to do?
  • (A) Store multiple variables of different types
  • (B) Access all members simultaneously
  • (C) Share memory space between variables
  • (D) Run code faster
πŸ’¬ Discuss
βœ… Correct Answer: (C) Share memory space between variables

Explanation: All union members share the same memory space.

Explanation by: Mr. Dubey
All union members share the same memory space.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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