对于用void delay (int time);声明的函数,下列描述中( )是不正确的。
A.delay 函数是void型的
B.delay 函数是有参函数
C.delay 函数的返回参数是time
D.delay 函数的形参是int型的
正确答案是C