Discussion :: Structures, Unions, Enums
-
What will be the output of the program ?
#include
Answer : Option A
Explanation :
The system will allocate 2 bytes for the union.
The statements u.ch[0]=3; u.ch[1]=2; store data in memory as given below.
Be The First To Comment