volume_mute
In C and C++, union types can be used to create aliases in a program
publish date: 2022/06/04 01:01:00 GMT+10
volume_muteCorrect Answer
True
Explanation
A union is a type whose variables may store different type values at different times during program execution. C and C++ provide union constructs in which there is no language support for type checking.
Reference
Concepts of Programming languages, 10th ed