摘要:
知识点总结: 结构的定义 struct student { int num; /*学号*/ char name[10]; /*姓名*/ int computer, english, math; /*三门课程成绩*/ double average; /*个人平均成绩*/ }; 大括号中以变量定义的形式 阅读全文
摘要:
#include #include int main() { int i,max; char sx[20]; for(i=0;i0) max=strcmp(sx-1,sx); } if(max==-1) printf("%s",sx); return 0; } #include #include int ... 阅读全文