导航
您当前的位置:首页 > 计算机 > 等级考试
问题:

[单选题]下列函数模版中的定义中,合法的是(  )。

Atemplate<typename T>T abs(T x)return x<0?-x:x;

Btemplate class<T>T abs(T x)return x<0?-x:x;

Ctemplate T<class T>abs(T x)return x<0?-x:x;

Dtemplate T abs(T x)retum x<0?-x:x;

答案解析:

相关问题
关于我们 | 用户指南 | 版权声明 | 给我留言 | 联系我们 | 积分商城 | 答案求助 | 网站地图
Copyright © 2024 www.daanwo.com All Rights Reserved