单项选择题

有如下函数模板: template<class T>T square (Tx) {return x*x;) 其中T是( )。

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