C 中exit如何用法

2025-03-13 23:55:09

1、首先添加stdio.h

C  中exit如何用法

2、添加#include <stdlib.h>

C  中exit如何用法

3、然后添加main函数

C  中exit如何用法

4、然后添加printf("Start of the program....\n");

C  中exit如何用法

5、然后添加printf("Exiting the program....\n"); exit(0);

C  中exit如何用法

6、然后添加printf("End of the program....铳曹扑钜\n"); return(0);

C  中exit如何用法

7、运行程序看看运行结果

C  中exit如何用法
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢