A union cannot be nested in a structure a. true b. false
Answers
Answered by
5
The answer is false.
A union can be nested in a structure.
Actually union and structure can be nested in each other which means that nesting union in structure and nesting structure in union, both are possible.
Union can also be nested in unions but that makes a little less sense.
Answered by
1
Answer is false because in address mapping or allocation of structure , it takes union as a one datatype in it.
Hope it helps......
Similar questions