Updated q1 for update then show all records again
This commit is contained in:
parent
cd08400d5f
commit
e13be3a0b6
@ -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()
|
||||
|
@ -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
0
work1/q3.c
Normal file
Loading…
Reference in New Issue
Block a user