请在 下方输入 要搜索的题目:

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
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:x[i++]
专业技术学习
专业技术学习
搜搜题库系统