单项选择题

假设已定义了一个私有通用过程Private Sub Sub1(a As Single,b As Single),那么以下调用语句中错误的选项是()

A.Sub1 12,12
B.Call Sub1 x,y
C.Call Sub1(2*x,sin(1))
D.sub1 12,x