单项选择题

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

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