Structure padding and packing Consider: struct mystruct_A { char a; int b; char c; } x; struct mystruct_B { int b; char a; } y; The sizes ... May 19, 2022 0 Comments