Question: L Assuming that values oftype char are stored in one byte, ints in 4 bytes, double in 8 bytes. How much memory the following employee
L Assuming that values oftype char are stored in one byte, ints in 4 bytes, double in 8 bytes. How much memory the following employee structure will need to be stored struct employee ( nametype name char gender int age; date birth date; date hire date; float salary int numchildren; nametype parents[2] char address[20) char city[10); char state[2) where struct nametype f char first[10) char midinit char last[20]; struct date( int mon; int day int year
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
