程序運(yùn)行后的輸出結(jié)果是()
A.元素ch[3]的地址 B.字符y的地址 C.x D.z
A.str1=str2 B.strcpy(str1,str2) C.str1+str2 D.strcat(str1,str2)
A.整型 B.浮點(diǎn)型 C.空型 D.字符型