C Programming Interview Questions Set 6
Categories: C Programming language ||
Ques. What is a union?Ans. The union is a user-defined data type that allows storing multiple types of data in a single unit. However, it doesn't occupy the sum of the memory of all members. It holds