Latest C Aptitude Question SOLUTION: Q. what will be the position of the file marker? a: fseek(ptr,0,SEEK_SET); b: fseek(ptr,0,SEEK_CUR); A. a: The SEEK_SET sets the file position marker to the starting of the file.