赞题库-背景图
单项选择题

有如下函数模板: template T square(T x) { return x * x; } 其中的 T 是

A.函数形参
B.函数实参
C.模板形参
D.模板实参