执行以下程序段后,输出结果是() 。 char s[20]= "Good",t[]="Moring!"; strcat(s,t); puts(s);


执行以下程序段后,输出结果是() 。 char s[20]= "Good",t[]="Moring!"; strcat(s,t); puts(s);

A.GoodMoring!

B.Moring!

C.Good

D.Moring!Good

正确答案:A


Tag:C语言编程新思路 程序 时间:2021-11-29 16:13:17