单项选择题

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

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