Skip to content

Commit aa427fc

Browse files
committed
Auto saved by Logseq
1 parent 9615f4a commit aa427fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/P36 整数类型详解.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- 整数类型字面量的四种表示形式
22
- 1、十进制表示法:以数字0-9组成的常数,默认为十进制表示法。
3-
- 例如:
4-
- 2、
3+
- 例如:int a = 10;
4+
- 2、二进制表示法:以0b或
55
- 3、
6-
- 4=
6+
- 4

0 commit comments

Comments
 (0)