InterviewSolution
Saved Bookmarks
| 1. |
Which function will return the current file position for stream?(a) fgetpos()(b) fseek()(c) ftell()(d) fsetpos()I got this question in a national level competition.The above asked question is from File Operations in chapter Input and Output in C of C |
|
Answer» The correct option is (c) ftell() |
|