Question: URGENT Exercise 2 : Given the declaration for a structured data type named S_TYPE as follows. struct S_TYPE + float fixedBefore; CHOICE choice; U_TYPE flexible;
URGENT

Exercise 2 : Given the declaration for a structured data type named S_TYPE as follows. struct S_TYPE + float fixedBefore; CHOICE choice; U_TYPE flexible; float fixedAfter; Declare further a) the data type CHOICE which is an enumerated data type whose members are ONE and TWO. b) the data type U_TYPE which is a union data type which can be made up of either choicel a character data type or choice2 an integer data type
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
