STRUCTURE PADDING
Structure padding mainly talks about memory for variables which are aligned based on the size of the variable. Let suppose a “char” of 1 byte memory can be assigned anywhere in between like 0x1000 to 0x1001. Same way if we have an “int” of 4 bytes memory can be assigned anywhere in between like 0x1004 […]