Question: A. If we have the declaration below, how much space in bytes does the typedef take? typedef struct date { int month; char day[2]; int
A. If we have the declaration below, how much space in bytes does the typedef take?
typedef struct date
{ int month;
char day[2];
int year;}
B. Explain what is meant by data alignment.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
