In the C programming language, a union is a user-defined datatype. It is a memory region that contains a collection of variables of various datatypes. We can define a union with numerous members, but only one member can contain a value at any given time. Memory is saved by using C unions.
All members of a union have access to the same memory location. In the C programme below, for example, both x and y have the same position. We can see how changes in x are mirrored in y when we adjust x. #include stdio.h>/ Structures and declarations of union are the same thing.
The most typical purpose of a union is to allow various data types to access a single location, such as hardware input/output access, bitfield and word sharing, or type punning. Low-level polymorphism can also be found in unions.
When we define the union, we discover that it is defined in the same way that the structure is defined, with the exception that the union data type is specified using the union keyword, whereas the structure is defined using the struct keyword.
When we define a union, the memory allocated for a union variable of the type is the same as the memory required for the union's largest member, and other members share this memory space. "char arr[8]" is the largest member in the example above. As a result, the size of the union test is 8 bytes.
Learner's Ratings
4.4
Overall Rating
70%
18%
5%
4%
3%
Reviews
I
IRFAN AHMED
5
Nice platform for C language in LEARNVERN❤️💕👍
𝑼𝑻𝑺𝑨𝑽 𝑲𝑼𝑴𝑨𝑹 𝑺𝑰𝑵𝑮𝑯
5
Best course
S
sahil namdev
5
this course is very helpfull for my basic development
S
Sanjay Shinde
5
ek number
G
Garvit kulshrestha
4
extern storage class??specifier??? use of "&"????kha pe h ye sab??? assignment m pucha h par vedio m nhi bataya
par jitna bataya h ache se bataya h liked that tho
V
Vimlesh Pandey
5
Learnvern is great platform to learn any top technologies. This C programming course is the best course in market.
S
Sahasra Live Events 01
5
good
R
Revanth Pothankar
5
Good
H
H Naga Priya Bai
4
best and useful to keep learning and practice the c-language. Explained well sir. thank you
Share a personalized message with your friends.