Correct Answer : Option (A) : It allow one same portion of memory to be accessed as different data types
Explanation : Union is used to define the data types of our choice and it will store the data type in one location make them accessible.