hello everybody,
i want to know that if i use the statement fseek(fp,column-3,1); in my program where fp is the file pointer,column-3 is the no of columns specified by the user
-3 and third argument is 1. please explain me where will the file pointer be placed after this statement gets executed.this is urgent if possible please tell me as soon as possible.thanky ou.
i want to know that if i use the statement fseek(fp,column-3,1); in my program where fp is the file pointer,column-3 is the no of columns specified by the user
-3 and third argument is 1. please explain me where will the file pointer be placed after this statement gets executed.this is urgent if possible please tell me as soon as possible.thanky ou.
Comment