char a1()=“abc”,a2=“1234”;将a1串连接到a2串后面的语句是__

A.strcat(a2,a1) B.strcpy(a2,a1) C.strcat(a1,a2) D.strcpy(a1,a2)

时间:2023-08-09 15:55:03

相似题目