les fichiers en C : Exercice 4 (Insérer un nouvel enregistrement dans ... )

Hello everyone. Subscribe for more information and thank you for your attention. To download the series This is the link:    • télécharger la Série sur Les Fichiers en L...   See also the courses in C language on the Files: The files in c language (fopen, FILE, fclose, fprintf ....) Part 1/2:    • les fichiers en langage c  (fopen , FILE ,...   The files in c language (fopen, FILE, fclose, fprintf ....) Part 2/2:    • les fichiers en langage c  (fopen , FILE ,...   Here is the Correction of Each Exercise: Exercise 1 : Create on Hard Disk then display on the screen the file INFORM.TXT whose information is structured in the following way: -------------------------------------------------- ----------------------- Correction:    • les fichiers en C : Exercice 1 (Créer sur ...   -------------------------------------------------- ----------------------- Exercise 2: Write a program that creates on Hard Disk an INFBIS.TXT file that is the exact (record-by-record) copy of the INFORM.TXT file -------------------------------------------------- ----------------------- Correction:    • les fichiers en C : Exercice 2 ( créés sur...   -------------------------------------------------- ----------------------- Exercise 3: Add a new record (keyed) at the end of INFORM.TXT and save the new file under the name INFBIS.TXT. -------------------------------------------------- ----------------------- Correction:    • les fichiers en C : Exercice 3 (Ajouter un...   -------------------------------------------------- ----------------------- Exercise 4: Insert a new record in INFORM.TXT assuming that the file is sorted relative to the NAME field and save the new file under the name INFBIS.TXT. -------------------------------------------------- ----------------------- Correction:    • les fichiers en C : Exercice 4 (Insérer un...   -------------------------------------------------- ----------------------- Exercise 5: Delete all records in INFORM.TXT: (A) whose registration number ends with 8 B) whose first name is "Paul" (use strcmp) Save the new file each time under the name INFBIS.TXT. -------------------------------------------------- ----------------------- Correction:    • les fichiers en C : Exercice 5 (Supprimer ...   -------------------------------------------------- ----------------------- Official Facebook :: http: //bit.ly/2a3jAsx Follow on Google+: http: //bit.ly/2fKkKIM Subscribe Youtube: http: //bit.ly/2akBJ6m Facebook Group: http://bit.ly/2ajGBsP Website: https: //goo.gl/PtDhDf