Saved Bookmarks
| 1. |
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 |
|
Answer» Correct option - (B) getc Explanation:- getc is used to read a character from a file that has been |
|