单项选择题

有如下函数模板定义,则下列函数调用中错误的是().template。

A.func(3,5)
B.func(3,3.5)
C.func<int>(3,5.5)
D.func<double>()3,3.5