If you mean the number of bytes of an int, then the sizeof operator is what you want. int size_of_int = sizeof(int);.
確定! 回上一頁