Question: Please answer all questions, thank you!! QUESTION 8 given the struct definitions: struct dateType { int year; int month; int day; }; struct employee {
Please answer all questions, thank you!!

QUESTION 8 given the struct definitions: struct dateType { int year; int month; int day; }; struct employee { char ID[7]; dateType * bday; dateType hireDate; dateType *promotionDate; double salary; int servingYears; How many bytes of memory storage does a employee variable occupy? Hint: use the sizeof function that we have talked in the class O 56 O O O
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
