photo

ARUNAVA


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer

查看徽章

Feeds

排序方式:

频道


temp

4 years 前

已回答
Homework: Write a function called char_counter that counts the number of a certain character in a text file.
function charnum=char_counter(fname,character) fid=fopen(fname,'rt'); if fid<0 || ~ischar(character) charnum=-1; re...

4 years 前 | 0