Yesterday i learned what padding is, i know it happens in structures but iīve also realized it happens when you declare variables that donīt have the same size, for example:
int a;
char b;
int c;...