A sequential access file named “notlar.txt” stores records of students with fields of number (int), name and grade (doub
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
A sequential access file named “notlar.txt” stores records of students with fields of number (int), name and grade (doub
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”.