编写一个C语言程序,输出结果为hello world
11个回答
展开全部
#include <stdio.h>
void main()
{
printf("hello world!\n");
}
void main()
{
printf("hello world!\n");
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
一般教材第一个程序
#include <stdio.h>
int main()
{
printf("hello word");
return 0;
}
#include <stdio.h>
int main()
{
printf("hello word");
return 0;
}
更多追问追答
追问
大神,你能教我吗?
我菜鸟
追答
话说,你先看书,不会就上来问吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#include <stdio.h>
int main(void) {
printf("Hello World");
}
int main(void) {
printf("Hello World");
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
#include<stdio.h>
main()
{
printf("hello world");
while(1);
}
main()
{
printf("hello world");
while(1);
}
追问
大神,你能教我吗?
我菜鸟。
追答
就是这样的 printf是输出函数
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询