正在加载图片...
符号常量(举例) 例3.1符号常量的使用 #define PRICE 30 /符号常量 #include <stdio.h> void main ( { int num, int total; num 10; total num PRICE; printf("total=%d\n",total;符号常量(举例) 例3.1 符号常量的使用 #define PRICE 30 // 符号常量 #include <stdio.h> void main ( ) { int num, int total; num = 10; total = num * PRICE; printf("total=%d\n",total); }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有