The following program is the output of two strings in the corresponding characters are equal to the character, please fill in the blank.下面程序段是输出两个字符串中对应字符相等的字符,请填空。main(){ char x[]="helloi"; char y[]="hiTomi"; int i=0; while (x[i]!='\0'&&y[i]!='\0') { if(x[i]==y[i]) printf("%c", [1] ); else i++; }}
The following program is the output of two strings in the corresponding characters are equal to the character, please fill in the blank.下面程序段是输出两个字符串中对应字符相等的字符,请填空。main(){ char x[]="helloi"; char y[]="hiTomi"; int i=0; while (x[i]!='\0'&&y[i]!='\0') { if(x[i]==y[i]) printf("%c", [1] ); else i++; }}
发布时间:2025-06-27 07:41:05