永发信息网

cfree c语言编程#include <stdio.h> void main() { printf("This is a c program.\n"); }总

答案:3  悬赏:50  手机版
解决时间 2021-05-05 19:32
  • 提问者网友:辞取
  • 2021-05-04 21:42
cfree c语言编程#include <stdio.h> void main() { printf("This is a c program.\n"); }总是显示错误
最佳答案
  • 五星知识达人网友:胯下狙击手
  • 2021-05-04 22:44
#include
int main()
{
printf("This is a c program.\n");
return 0;
}
试试这个代码 。
全部回答
  • 1楼网友:思契十里
  • 2021-05-04 23:57
把return 0;加在printf("This is a c program.\n");后面
  • 2楼网友:神也偏爱
  • 2021-05-04 23:51
它提示的是:“ 错误:‘main’ 必须返回为‘int’。”
你把你建的 未命名3.cpp 的后缀名改为 .c 就行了。
C语言如果不写返回值类型,那么默认的就是返回int,C++不支持默认返回值类型,所以main()前面必须加写int。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯