C语言帝国
SEARCH
X 我知道了
TIPS:左右滑动导航栏可以查看更多栏目
订阅RSS
首页
C语言帝国QQ群
首页
C语言帝国QQ群
lovenagie521 的 站内主页
2008
08-10
函数调用的问题
VIEW
lovenagie521
编程问题提问区
一条评论
以下程序的运行结果是 #include"stdio.h" main() {printf("FACT(5):%d\n",fact(5)); printf("FACT(1):%d\n",fact(1)); fact(-5); } fact(int value) { if (value<0) {printf("FACT(-1):Error!\n");reurun(-1); els....
Read More >
作者档案
昵称:
lovenagie521
邮箱:
xrmamm521@sina.com