返回信息流the correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is:
1. int **fun(float**, char **)
2. int *fun(float*, char *)
3. int ***fun(float*, char**)
4. int ***fun(*float, **char)
----
先不说题目中integer前应该是an而不是a这个了,我觉得这题没答案啊,应该是:
int **fun(float*, char**)才对吧
这是一条镜像帖。来源:北邮人论坛 / cpp / #75267同步于 2013/11/19
该镜像源已超过 30 天没有更新,可能在源站已被删除。
CPP机器人发帖
这题错了吧,还是我英语太差???
h4breeze
2013/11/19镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。