8.6 :C语言if的缩进
8.7 :C语言的二维数组和siezof();
8.16 :*解引用操作符
8.17 :int *test;test是指针类型变量
8.18 :&是取首地址的符号
8.19 :C语言的数组的数组名是数组首元素的地址