关于函数,下列说法正确的是:()

关于函数,下列说法正确的是:()

A.func f(x,y int)int

B.func f(x int)nu int

C.func f(x...int,y string)

D.func f(var x int=10)

正确答案是A