题目内容

写出下面程序执行后的运行结果:#includeusing namespace std; int main____{ char a[]={'a', 'b', 'c', 'd', 'e', 'f', 'g','h','\0'}; int i,j;i=sizeof____; j=strlen____;cout<< i <<","<

查看答案
更多问题

写出下面程序执行后的运行结果:#includeusing namespace std;int main____{ int i;int a[3][3]={1,2,3,4,5,6,7,8,9};for____cout<

写出下面程序执行后的运行结果:#includeusing namespace std; int main____{ char a[30]="nice to meet you!"; strcpy____/2,"you"); cout<

写出下面程序执行后的运行结果:#includeusing namespace std; int main____{ int k[30]={12,324,45,6,768,98,21,34,453,456};int count=0,i=0;while____{ if____count++;i++;}cout<< count <<","<

写出下面程序执行后的运行结果:#includeusing namespace std; int main____{ char a[30],b[30];int k;gets____;gets____;k=strcmp____;if____ puts____;else if____ puts____;return 0;}输入loveChina输出结果是什么?

答案查题题库