C语言帝国

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

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国