单项选择题

下列函数的定义,正确的是( )。

A.float sum(x,y)
float x,y;……
B.float sum(float x,float y);
……
C.float sum(float x,float y)
……
D.float sum(floatx,floaty)
……