Ku, how do you think posting the same topic multiple times in a single forum is going to help you? If anything, it is more likely going to get you ignored.
In any case, I suggest you do not use Borland; it is very old, and thus has little to no support for the newer standards of C/C++.
On your problem: one way that comes to mind is to read the file into memory, find the "20" and re-write the file with a "35" instead. This is only one method and there are almost certainly better ones.