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,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!