Page 1 of 1

A sequential access file named “notlar.txt” stores records of students with fields of number (int), name and grade (doub

Posted: Thu Jun 02, 2022 8:03 am
by answerhappygod
A sequential access file named “notlar.txt” stores records of students with fields of number (int), name and grade (double). Write a C program that transfers all records having name “Ahmet” and grade greater than or equal to 60 to a random access file named “basari.dat”.