ChillCoding的博客C语言基础100题,适合新手,编程初学者,编程爱好者。此100题涵盖了C语言基本的结构,算法,指针,结构体等,祝你在代码中旅途愉快!!! 100 basic C language questions, suitable for beginners, programming ...
人知广的博客/*防止乱码,开头定义为NULL*/ fp=fopen("fun.dat","w"); strcpy(Fun3,""); fclose(fp); printf("Do you want to save the result? y or n");/*是否想保存结果数据?*/ printf("\n--->"); scanf("%c",&save); redo: ...