Mastering C++: A Comprehensive Quiz Based on 'Thinking in C++' Flash Cards

Disable ads (and more) with a membership for a one time $4.99 payment

Question: 1 / 575

Why might using a union with additional members to manage type safety lead to questionable utility?

?

Because the data space savings might be offset by the space used for type management