|
|
|
|
Union of Structures A Union is a memory location that is shared by two or more variables, generally of different types, at different times. That is, a union is a way for a section of memory to be treated as a variable of one type on one occassion, and as a different variable, of a different type, on another occassion. It is possible to nest unions , unions in structures , and structures in unions. #define
RADIO 1 |