photo

ARUNAVA


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer

View badges

Feeds

View by

Channel


temp

4 years ago

Answered
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 ago | 0