Computer Science, asked by arulmozhi3443, 10 months ago

Difference between union and anonymous union in c++

Answers

Answered by mohitkr6
1

Explanation:

Anonymous Unions and Structures are NOT part of C++ 11 standard, but most of the C++ compilers support them. Since this is a C only feature, the C++ implementations don't allow to anonymous struct/union to have private or protected members, static members, and functions.

Hope it helps...

Say Thanks...

Mark as brainliest...

Please follow me...

Similar questions