hi,
i wanted some help in File handling in C. consider i have one File like a.txt
a.txt
[Marks]
Physics = 60
Chemistry = 80 ;Prac(25)
Maths = 98
[Grade]
Neatness = B
Attention = A ;A+(9.5)
Now suppose i have to insert new values in this file for the subjects or maybe for Grades, then what logic am i suppose to follow?