Union Variable
A union is a user-defined type in which all members share the same memory location. This definition means that at any given time, a union can contain no more than one object from its list of members.
Union same memory space को शेयर करता है। Union variable हर element के लिए अलग से space नहीं लेता है।
जहाँ एक ही variable कि value declare होती है , उसे हम union variable कहते हैं।
Comments
Post a Comment
Please Subscribe and Comments my blog site.