Computer Science, asked by krutik42, 1 year ago

explain file hendling in c lanhuage​

Answers

Answered by sahilshaikh12398
1
fgets () function reads string from a file, one line at a time. fprintf () function writes formatted data to a file. fscanf () function reads formatted data from a file. fputchar () function writes a character onto the output screen from keyboard input

krutik42: it was helpful
sahilshaikh12398: ok
Similar questions