下列程序的输出结果是( )。 #include<iostream> using namespace std; template T fun(T a,T b){return(a>=b)?a:b;} void main()

admin2012-01-20  27

问题 下列程序的输出结果是(    )。    #include<iostream>    using namespace std;    template    T fun(T a,T b){return(a>=b)?a:b;}    void main()    {    cout<<fun(3,6)<<’,’<<fun(3.14F,6.28F)<<end1;    }   

选项 A、6 ,3.14  
B、3,6.28   
C、3,3.14
D、6,6.28

答案D

解析
转载请注明原文地址:https://jikaoti.com/ti/TBL0FFFM
0

最新回复(0)