✏️ Explanatory Question

What is a union?

👁 680 Views
📘 Detailed Answer
💡

Answer with Explanation

The Union is a collection of heterogeneous data type but it uses efficient memory utilization technique by allocating enough memory to hold the largest member. Here a single area of memory contains values of different types at a different time. A union can never be initialized.