課程
/后端開發(fā)
/C
/C語言入門
完全按照參考代碼來的啊
2018-03-08
源自:C語言入門 5-13
正在回答
去掉第二行啊!
hello.c的 ? ?{{#include "test.c" ? //引用test.c文件}} ? 這個刪掉
冒泡的魚
hello.c
#include <stdio.h>
extern void printLine()
{
? ?printf("**************\n");? ?
}
void say();
int main()
? ? say();
? ? return 0;
test.c
extern void printLine();
void say(){
? ? printLine();
? ? printf("I love imooc\n");
? ? printf("good good study!\n");
? ? printf("day day up!\n");
大哥啥都沒有啊
看起來沒毛病
舉報
C語言入門視頻教程,帶你進入編程世界的必修課-C語言
2 回答我的為什么運行失敗呢?
1 回答為什么運行失敗
2 回答為什么運行失敗
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-04-16
去掉第二行啊!
hello.c的 ? ?{{#include "test.c" ? //引用test.c文件}} ? 這個刪掉
2018-03-16
hello.c
#include <stdio.h>
extern void printLine()
{
? ?printf("**************\n");? ?
}
void say();
int main()
{
? ? say();
? ? return 0;
}
test.c
#include <stdio.h>
extern void printLine();
void say(){
? ? printLine();
? ? printf("I love imooc\n");
? ? printf("good good study!\n");
? ? printf("day day up!\n");
? ? printLine();
}
2018-03-13
大哥啥都沒有啊
2018-03-09
看起來沒毛病