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