單詞個數

題目描述web 輸入一行字符(最長不超過80字符),用函數編程統計其中有多少個單詞。假設單詞之間以空格分開。 函數原型:intCountWords(charstr[]); **輸入提示信息:"Inputastring:\n" **輸出提示信息:"Numbersofwords=%d\n" 例如: Inputastring: Iamastudent Numbersofwords=4 注
相關文章
相關標籤/搜索