Community Profile

photo

Muhammad Sameer Malik


Last seen: nästan 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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) charnum=0; fid=fopen(fname,"rt");%opens file if fid<0 || ~ischar(character) %c...

nästan 4 år ago | 0