Get premium membership and access questions with answers, video lessons as well as revision papers.

Explain what an anonymous union is and how it differs from a normal union in computer programming

      

Explain what an anonymous union is and how it differs from a normal union in computer programming

  

Answers


Davis
An anonymous union is the syntactic mechanism that allows two variables to share the same memory space.The member of an anonymous union are accessed directly, without reference to an object.They are at the same scope level as the union itself
Githiari answered the question on November 17, 2017 at 05:30


Next: List six database programs available in the market today.
Previous: Distinguish between a constructor and a destructor and specify when they are executed in a computer code.

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions