-
What does the data type defined by union will do?
-
- It allow one same portion of memory to be accessed as different data types
- It allow one different portion of memory to be accessed as different data types
- It allow one different portion of memory to be accessed as same data types
- It allow one same portion of memory to be accessed as same data types
- None of these
Correct Option: D
Union is used to define the data types of our choice and it will store the data type in one location make them accessible.