Write a program in C language. The program will read and write file and fill a structure type. The file contains disorganized details about people. You should read properly for every persons detail, and write properly. And you have to write a file like that:
| ID NAME | SIR NAME | |
| 05122018 Ozgu | GOKSU | [email protected] |
- You should use functions for every purpose. For example; readFile(FILE *file), writeFile(FILE *file), etc.
- You should use structure which contains name, sir name, ID, e-mail.
- You should put all details about people in structures.
- You can use Disordered.txt as a file to read.
- You should create a new ordered file.

![[Solved] C-Project Programming Language #Project 11](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] C-Project a logic circuit](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.