We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9615f4a commit aa427fcCopy full SHA for aa427fc
1 file changed
pages/P36 整数类型详解.md
@@ -1,6 +1,6 @@
1
- 整数类型字面量的四种表示形式
2
- 1、十进制表示法:以数字0-9组成的常数,默认为十进制表示法。
3
- - 例如:
4
- - 2、
+ - 例如:int a = 10;
+ - 2、二进制表示法:以0b或
5
- 3、
6
- - 4=
+ - 4、
0 commit comments