15
Doing it without a DBMS...
•
Enroll “Mary Johnson” in “CSE444”:
•
Read ‘students.txt’
Read ‘courses.txt’
Find&update the record “Mary Johnson”
Find&update the record “CSE444”
Write “students.txt”
Write “courses.txt”
Write a C program to do the following: