photo

ARUNAVA


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
  • First Answer

Visualizza badge

Feeds

Visto da

Canale


temp

circa 4 anni fa

Risposto
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...

oltre 4 anni fa | 0