Computer Science, asked by UTKARSHN9439, 1 year ago

What is the use of fseek( ) function in files. Write its syntax?

Answers

Answered by arpita8137
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