... sizeof(test.x)); printf("y size is %d\n", sizeof(test.y)); printf("z ... struct align_test { char x; //1 byte int y; //4 bytes short int z ...
確定! 回上一頁