gpt4 book ai didi

c - 你好.c : In function ‘main’ : Hello. c :13: warning: return type of ‘main’ is not ‘int’ ?

转载 作者:太空狗 更新时间:2023-10-29 16:02:20 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
What should main() return in C/C++?

大约一个小时前刚开始编写 C 代码,经过几个月的基本 java 编码,在编译基本的 hello world 程序时遇到了问题。

这是我的代码:

#include < stdio.h>

void main()
{
printf("\nHello World\n");
}

这是我尝试编译时得到的结果:

 Hello.c: In function ‘main’:
Hello.c:13: warning: return type of ‘main’ is not ‘int’

非常感谢任何帮助,谢谢!

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com