Union is a user defined data type like structure where each member elements share one overlapping memory location. Like structure, union is also user defined type to group of different type of variables of either compiler defined legacy types or other user defined types or mixed. Individual entity of a structure elemnt is called member. Size of a union is the size of a member whos size is max among others. Starting address of all member elements are same which is the starting address of the union.
Syntax: union <name> { <type> <member name 1>; <<type> <member name 2>; ...
<type> <member name N>; };
About our authors: Team EQA
You have viewed 1 page out of 248. Your C learning is 0.00% complete. Login to check your learning progress.
Most popular
Questions index C Questions C++ Questions Win32 MFC COM/DCOM DLL Questions
Compilers & Editors
Download Visual Studio Download XCode Download Visual Studio Code Android studio install sdk Eclipse installer Best C compilers IDEs
Development system setup
Windows media creation tool MSDN subscription Ubuntu virtualbox
New updated posts
Why learn C? Calculate weighted average
Questions index C Questions C++ Questions Win32 MFC COM/DCOM DLL Questions
Compilers & Editors
Download Visual Studio Download XCode Download Visual Studio Code Android studio install sdk Eclipse installer Best C compilers IDEs
Development system setup
Windows media creation tool MSDN subscription Ubuntu virtualbox
New updated posts
Why learn C? Calculate weighted average