问答详情
源自:5-13 内部函数与外部函数

运行成功但是输出一些代码啥意思?

http://img4.mukewang.com/5f4fafd9000153b304930278.jpg

http://img3.mukewang.com/5f4fafd90001217705330261.jpg

麻烦看一下咋回事http://img1.mukewang.com/5f4fafd90001532c08400432.jpg

提问者:9222077 2020-09-02 22:46

个回答

  • 慕函数2426416
    2020-09-25 13:52:36

    #include <stdio.h>

    void printLine();

    static void say(){

        printLine();

        printf("I love imooc\n");

        printf("good good study!\n");

        printf("day day up!\n");

        printLine();

    }

    都需要调用一下,不让后面的函数不知道怎么执行