为了账号安全,请及时绑定邮箱和手机立即绑定

C语言外部函数调用问题

#include <stdio.h>

#include "test.c"   

void printLine()     

{

   printf("**************\n");   

}

int main()

{

    say();

    return 0;

}

-------------------------------

#include <stdio.h>

#include "hello.c" 

void say(){

    printLine();

}

输出什么?或者编译错误?

正在回答

0 回答

举报

0/150
提交
取消
C语言入门
  • 参与学习       926207    人
  • 解答问题       20797    个

C语言入门视频教程,带你进入编程世界的必修课-C语言

进入课程

C语言外部函数调用问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信