單項選擇題在C語言中,將字符串str2連接到str1尾部的操作正確的是()

A.str1=str2
B.strcpy(str1,str2)
C.str1+str2
D.strcat(str1,str2)


您可能感興趣的試卷