What are the advantages of using union in C?

Advantages of union When you use union, only the last variable can be directly accessed . Union is used when you have to use the same memory location for two or more data members. It enables you to hold data of only one data member. Its allocated space is equal to maximum size of the data member.8 Şub 2022

Sizin İçin Seçtik  C programlama enum nedir?

Leave a Reply

Your email address will not be published. Required fields are marked *

What are the advantages of using union in C?

Advantages of union When you use union, only the last variable can be directly accessed . Union is used when you have to use the same memory location for two or more data members. It enables you to hold data of only one data member. Its allocated space is equal to maximum size of the data member.8 Şub 2022

Sizin İçin Seçtik  What can I build with Python and Django?

Leave a Reply

Your email address will not be published. Required fields are marked *