In C++ the size of the character literal is char. In C the type of character literal is integer (int). So in C the sizeof('a') is 4 for ...
確定! 回上一頁