单项选择题

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

A.不确定的值
B.一个整数
C.形参p中存放的值
D.形参p的地址值