printf("%zu\n", sizeof(struct S)); // usually prints 8 }. 或是. struct S { // will usually occupy 8 bytes: // 5 bits: value of b1 // 27 bits: ...
確定! 回上一頁