摘要: [C]圆的面积,macro #define PI 3.1415926 //结尾不需要分号 #define area(r) (PI*(r)*(r)) //整体带括号,内部变量带括号 注意:macro中的变量是没有类型的 阅读全文
posted @ 2020-06-10 22:45 profesor 阅读(192) 评论(0) 推荐(0) 编辑
摘要: //月份与数字之间的对应; //switch case语句 //指针数组 阅读全文
posted @ 2020-06-10 22:11 profesor 阅读(369) 评论(0) 推荐(0) 编辑