Discussion :: Structures, Unions, Enums
-
Will the following declaration work?
typedef struct s { int a; float b; }s;
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment