问题描述:
c语言程序一闪就消失,看不到输出结果
产生原因:
NULL
解决方法:
1.添加语句:最后添加getchar();
或是 调系统的 system("pause"),要添加头文件stdlib.h;