首頁
題庫
網(wǎng)課
在線???/a>
桌面端
登錄
搜標(biāo)題
搜題干
搜選項(xiàng)
0
/ 200字
搜索
填空題
完善程序,把str2中前面3個字符復(fù)制到str1中去。charstr1[10],str2[]={“china”};()
答案:
strcpy(str1,str2,3)
點(diǎn)擊查看答案
在線練習(xí)
手機(jī)看題
你可能感興趣的試題
填空題
完善程序,把字符串“student”復(fù)制到str1數(shù)組中,charstr1[20];();
答案:
strcpy(str1,”student”);
點(diǎn)擊查看答案
手機(jī)看題
填空題
將字符串2復(fù)制到字符數(shù)組1中去。charstr1[10],str2[]={“china”};strcpy();
答案:
(str1,str2)
點(diǎn)擊查看答案
手機(jī)看題
微信掃碼免費(fèi)搜題