[SOLVED] C-Project Programming Language #Project - 11

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon File-Operations-7uy091.zip (81.7 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
đź”’ Securely Powered by:
Secure Checkout
5/5 - (2 votes)

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 person’s detail, and write properly. And you have to write a file like that:

ID                 NAME SIR NAME MAIL
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.
  • File-Operations-7uy091.zip