单项选择题
函数AAA(s,t) char*s,*t; {while(*t++); t--; while(*t++=*s++); } 的功能是:()。
A.求串的长度 B.比较两个串的大小 C.将串s复制到串t中 D.将串s连接到串t中
A.hello B.hel C.hlo D.hlm
A.10 B.11 C.12 D.13