Union
 
Accessing a union member
 
To access a union member, you can use the same syntax that you use for structure members.
 
Example:
 
code.m, code.x etc.
 
During execution, we should make sure that the value of accessing member is currently stored.