c语言中函数调用的方式:1、直接调用【int main(void)】;2、用函数指针【void (*pfun)(); pfun=fun】;3、函数形参的方式【void CallFun(void (*pfun)())】。
技术文章 / 下载软件趣味内容 / 专业带飞