Q18
What is the purpose of using a typedef with structures and unions in C?
A.
To create a new data type name for the structure or union
AnswerB.
To create a new structure with the same members
C.
To hide the details of the structure or union
D.
To add typecasting support to the structure or union
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board