struct Student { int a; char b; char c; long d; }; int main() { printf("%lu", sizeof(struct Student)); }
20
16
12
24