+2 votes
in Mathematics by kratos

The function used to read a character from a file that has been opened in read mode is

(A) putc

(B) getc

(C) getchar

(D) putchar

1 Answer

+2 votes
by kratos
 
Best answer

Correct option -**(B) getc**

Explanation:-

getc is used to read a character from a file that has been

...