单选题 如下函数模板:template<class T>Tsquare(T x){return x*x;}其中T是( )。
【正确答案】 C
【答案解析】解析:本题考查模板函数的基本概念,根据模板函数的定义,T是模板形参,所以答案为C。