填空题下面程序的输出结果是【 】。#include<iostream.h>void main( ){int a[6]={1,2,3,4,5,6};for(int i=0;i<5;i++)cout<<a[i]<< ;cout<<endl;=
填空题类模板不同于函数模板,类模板只可用【 】型参数。