課程
/后端開發(fā)
/C
/C語言入門
請問'Hello world'是什么代碼?
2017-08-24
源自:C語言入門 1-1
正在回答
計算機(jī)語言 與世界打招呼而已 ?
慕數(shù)據(jù)0114750 提問者
#include<studio.h>
int main()
{
printf("Hello world!")
}
舉報
C語言入門視頻教程,帶你進(jìn)入編程世界的必修課-C語言
3 回答這個hello world是什么代碼?
4 回答hello world 是什么意思
2 回答hello world的問題
4 回答hello world的問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-08-24
計算機(jī)語言 與世界打招呼而已 ?
2017-08-24
#include<studio.h>
int main()
{
printf("Hello world!")
}