课程
/后端开发
/C
/C语言入门
#define POCKETMONEY 10
2018-10-09
源自:C语言入门 2-7
正在回答
No,because constant will not change,so constant do not need type.
举报
C语言入门视频教程,带你进入编程世界的必修课-C语言
1 回答It is wrong? "getIndex" should always get "-1".And then the program can't make what it should do.
4 回答the question is
1 回答 type of 'n' defaults to 'int'
2 回答warning: type of 'n' defaults to 'int' [-Wimplicit-int] int getAge(n)问题出在哪里?
2 回答qsort(score,N,sizeof(int),cmp);//sort it怎么用的