What is union with example in C?

We use the union keyword to define unions. Here’s an example: union car { char name[50]; int price; }; The above code defines a derived type union car .

Sizin İçin Seçtik  What is the use of unions in C?

Leave a Reply

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