Discussion :: Structures, Unions, Enums
-
Which of the following statements correct about the below program?
#include
1: u2 CANNOT be initialized as shown. 2: u1 can be initialized as shown. 3: To initialize char ch[] of u2 '.' operator should be used. 4: The code causes an error 'Declaration syntax error'
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment