0
点赞
收藏
分享

微信扫一扫

枚举常量

南柯Taylor 2022-08-01 阅读 63


enum { SIZE1=100,SIZE2=200 } ;
int array1[SIZE1];
int array2[SIZE2];

举报

相关推荐

0 条评论