首頁(yè)
題庫(kù)
網(wǎng)課
在線(xiàn)???/a>
桌面端
登錄
搜標(biāo)題
搜題干
搜選項(xiàng)
0
/ 200字
搜索
填空題
完善程序,用puts函數(shù)輸出字符數(shù)組str。charstr[]={“abc\ndef”};();
答案:
puts(str);
點(diǎn)擊查看答案
在線(xiàn)練習(xí)
手機(jī)看題
你可能感興趣的試題
填空題
完善程序,輸出字符串中的實(shí)際長(zhǎng)度。charstr[10]={“china”};();
答案:
printf(“%d”,sttrlen(str));
點(diǎn)擊查看答案
手機(jī)看題
填空題
完善程序,把str2中前面3個(gè)字符復(fù)制到str1中去。charstr1[10],str2[]={“china”};()
答案:
strcpy(str1,str2,3)
點(diǎn)擊查看答案
手機(jī)看題
微信掃碼免費(fèi)搜題