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 structure give C++ program example?

Leave a Reply

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