Community Profile

photo

ARUNAVA


Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer

View badges

Feeds

View by

Channel


temp

mer än 3 år 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...

nästan 4 år ago | 0