Updated q1 for update then show all records again

This commit is contained in:
Sambo Chea 2020-08-03 13:19:44 +07:00
parent cd08400d5f
commit e13be3a0b6
3 changed files with 7 additions and 2 deletions

View File

@ -485,7 +485,10 @@ again:
printf("\nRecord saved successfully!\n");
// reload data into linked list again
read_file();
// read_file();
// show back the all results
display_students();
}
void read_file()

View File

@ -485,7 +485,9 @@ again:
printf("\nRecord saved successfully!\n");
// reload data into linked list again
read_file();
// read_file();
display_students();
}
void read_file()

0
work1/q3.c Normal file
View File