#include #include int main(void){ struct taille { char enr1; int enr2; char enr3; }; struct taille test; printf("%zu\n", sizeof(test) ); return EXIT_SUCCESS; }