Saved Bookmarks
| 1. |
Write a program to implement the use of union of structures. |
|
Answer» Structures are used to represent a RECORD. A union is a SPECIAL data type available in C that allows STORING different data types in the same memory location. ... UNIONS provide an efficient way of using the same memory location for multiple PURPOSES |
|