What is a union in C programming?

      

What is a union in C programming?

  

Answers


GEOFFREY
A union is a special data type available in C that allows to store different data types in the same memory location.
GEOFFREY OKELLO answered the question on February 28, 2018 at 10:53


Next: What factors contribute to the development of V Shaped Valleys in the upper course of a river?
Previous: Starting with aqueous magnesium sulphate, describe how you would obtain a sample of magnesium oxide

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


Exams With Marking Schemes

Related Questions