Community Profile

photo

Pranav Mishra


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
text file I/O
function charnum = char_counter(fname,character) fid = fopen(fname,'rt'); if (fid < 0) charnum = -1; return; end if (i...

4 years ago | 1