What is the use of fseek( ) function in files. Write its syntax?
Answers
Answered by
0
In the C Programming Language, thefseek function changes the fileposition indicator for the stream pointed to by stream. The syntax for the fseek function in the C Language is: int fseek(FILE *stream, long int offset, int whence);
Similar questions