photo

Ahsiur Rahman Nirjhar


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Counting characters in a file
function x=char_counter(a,b) fid=fopen(a,'rt'); if fid <0 || ~ischar(b) s=-1; else s=0; oneline=fgets(fid); ...

4年以上 前 | 0