answersLogoWhite

0

What is an union in C language?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

A "union declaration" specifies a set of variable values and, optionally, a tag naming the union. The variable values are called "members" of the union and can have different types. Unions are similar to "variant records" in other languages.

User Avatar

Wiki User

14y ago

What else can I help you with?