The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints.
以我个人的理解好多翻译书上对它翻译不够准确,需要大家讨论一下,特别是“are common, as are 32-bit ints。”这一句要表达的确切含义。
...全文
19713打赏收藏
C中对这一句的理解
The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints. 以我个人的理解好多翻译书上对它翻译不够准确,需要大家讨论一下,特别是“are common, as are 32-bit ints。”这一句要表达的确切含义。
The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints.
The range of both int and float depends on the machine you are using; 16-bits ints, which lie between -32768 and +32767, are common, as are 32-bit ints.
先说了16-bits的范围是取决于你的machine的。后面的as are 32-bits ints.应该是指32-bits的范围也是取决你的machine
范围是....
(个人理解)