印刷“Hello World”用C编程语言。 [英] Printing "Hello World" in C programming language.

查看:88
本文介绍了印刷“Hello World”用C编程语言。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

任何人都可以帮我打印Hello World在C编程语言中,不包括主函数内的任何代码


问候。

Hi all,
Could anyone please help me to print "Hello World" in C programming language without including any code inside main function

Regards.

推荐答案

main()

{

printf(hello,world \ n);

}


喜欢这样?


问候,

Nicky Eng。
main()
{
printf("hello, world\n");
}

like this?

Regards,
Nicky Eng.



main()

{

printf(" hello,world \ nn);;

}


这样吗?


问候,

Nicky Eng。
main()
{
printf("hello, world\n");
}

like this?

Regards,
Nicky Eng.



对不起fren,函数main里面应该没有代码。所以你不能在main函数中包含printf语句。


问候。

Sorry fren, there should be no code inside the function main. So you can''t include that printf statement inside the main function.

Regards.


尝试类:
try class :
展开 | 选择 | Wrap | 行号


这篇关于印刷“Hello World”用C编程语言。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆