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
69%
18%
5%
4%
4%
Reviews
P
PATAN MASTHAN
5
sir need c notes it is very useful us to read after listening class so i request u do please provide notes......................masthimasthan786@gmail.com this is my mail
L
Lalita
5
this courses are very helpful. thank you so much.
B
Biwek Gorai
5
I like this course , thank you for your free courses, your free course many people for helpful.
S
SHAYAQ SHAFI
5
sir please provide pdf
Y
Yash Lohiya
5
I am really thanks to learnvern because they give best lectures without any cost sir please. I am really requesting please give us pdf
S
Sonu Kumar
5
teaching is really very awesome.
If assignment would be in the pdf along with lecture. then it would be more benificial.
A
ashish patil
5
Teaching is very best everything is understanding thank you so much 🙏
Share a personalized message with your friends.