In C, you can get the size of a char array using the sizeof operator. The sizeof operator returns the size of the variable or type in bytes, so you can use it ...
確定! 回上一頁