这道题该怎么理解呀?

以下函数的类型是:
fff(float x)
{
ptintf("%d\n",x*x);
}
A.与参数x的类型相同
B.void类型
C.int 型
D.无法确定
为啥答案是c呀?

默认返回的是int类型