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

[单选题]已知主函数中通过如下语句序列实现对函数模板swap的调用:int a[10],b[10];swap(

Atemplate<typename T>void swap(T a[],T b[],int size);

Btemplate<typename T>void swap(int size,T a[],T b[]);

Ctemplate<typename T1,typename T2>void swap(T1 a[],T2 b[],int size);

Dtemplate<class T1,class T2>void swap(T1 all,T2 b[],int size);

答案解析:

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