2) A sequential access file named "notlar.txt" stores records of students with fields of number (int), name and grade (d
Posted: Thu Jun 02, 2022 7:43 am
2) 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".