Table 4-9 Compiler storage of data objects by byte alignment Type Bytes Alignment char, bool, _Bool 1 Located at any byte address. short, wchar_t 2 Located at any address that is evenly divisible by 2. float, int, long, pointer 4 Located at an addres…