摘要: #define定义的标识常量 #include <stdio.h>#define max 10int main(){int arr[max]={0};printf("%d\n",max);return 0;} 阅读全文
posted @ 2022-02-28 17:11 抢你红包 阅读(24) 评论(0) 推荐(0)