InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Record, enums and fixed are named types(b) Unions may immediately contain other unions(c) A namespace is a dot-separated sequence of such names(d) All of the mentioned |
|
Answer» Correct choice is (b) Unions may immediately contain other unions To explain: Unions may not immediately contain other unions. |
|