问题 单项选择题

已定义下列函数:
int fun(int *p)
return *p;)
fun函数返回值是( )。

答案

参考答案:B

解析: 由函数int fun(int *p){return *p;

选择题
判断题