C语言进阶2 1.1 宏函数的使用#define FUN(a, b) do {a * b;} while(0);1.2 编程技巧#字符化##连接符#define DAY(1) day1...其他宏