C语言帝国
SEARCH
X 我知道了
TIPS:左右滑动导航栏可以查看更多栏目
订阅RSS
首页
C语言帝国QQ群
首页
C语言帝国QQ群
sxchenmo007 的 站内主页
2011
03-17
新手求解
VIEW
sxchenmo007
编程问题提问区
3 条评论
首先来看程序 #include <stdio.h> int*f (int*p,int*q); main(){int m=1,n=2,*r=&m;r=f(r,&n);printf("%d\n",*r);return 0;}int*f (int *p,int*q){return (*p>*q)?p:q;} 很简单 但是我有一个始终想不通的地方 为什么&....
Read More >
作者档案
昵称:
sxchenmo007
邮箱:
940608238@qq.com