编写一个C语言程序,输出结果为hello world
11个回答
展开全部
以下为程序代码及执行结果:
#include <stdio.h>
#include <windows.h>
int main()
{
printf("hello world!\n");
system("pause");
return 0;
}
执行结果:
展开全部
#include<stdio.h>
#include <stdlib.h>
int main()
{
printf("hello world");
system("pause");
return 0;
}
#include <stdlib.h>
int main()
{
printf("hello world");
system("pause");
return 0;
}
更多追问追答
追问
大神,你能教我吗?
我菜鸟
做我的老师
追答
买本书看吧,这最基本的都不会怎么弄呢?
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你起码得先把最基本的c语言看了再说 建议你用高等教育出版社的那本《c语言程序设计》 是我们大一时的教材 还可以 如果看完了你连这个程序还晕的话 那就比较无语了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询