单项选择题

假定以定义了一个过程sub add(a as single, b as single),则正确的调用语句是()

A.add
B.calladd(2*x,sin(1,57))
C.calladdx,y
D.calladd(12,12,x)