单项选择题

对于函数原型void function(int x,float y,char z='a'),合法的函数调用是( )。

A.function(2,3.O
B.function(2,3,4)
C.function(2)
D.function()