摘要:
数组的定义 note : 数组的变量名就是地址 阅读全文
posted @ 2019-05-21 11:38
专注的长尾狸猫
阅读(146)
评论(0)
推荐(0)
|
摘要:
代码复制是程序质量表现不良的表现 void sum(int begin, int end) { int i; int sum = 0; for ( i = begim; i 阅读全文
posted @ 2019-05-21 11:13
专注的长尾狸猫
阅读(157)
评论(0)
推荐(0)
摘要:
整数 char short int long longlong 浮点数 float double longdouble 逻辑 bool 指针 自定义类型 阅读全文
posted @ 2019-05-21 10:52
专注的长尾狸猫
阅读(148)
评论(0)
推荐(0)
|