File I/O and Structures: Write a C program, and save it as prog7.c, which will access employee data for a business. It will read the data from a file, save each employee record in a structure, and use an array of structures to store all the records. It will also have a function which can generate a mailing list based on searching the employee data, and will save the mailing list to an output file. I have been compiling it but I could not able to focus and find out the problem. Please need your help. Due tonight:( Here is the link: http://ideone.com/kS6bxf
The matching employee data must be written to an output file named mail.list with each name and address on one line in a format like the following: Robert Johnson, 1643 N. Business Blvd, Wichita KS 67122 Robert Knight, 14567 W. All Hollows, Wichita KS 67234 Randy Smithson, 1256 Center Court, Wichita KS 67236 Barry Sanders, 1778 N. Deer Run, Detroit MI 45634 William Graves, 12345 E. MoneyManager, Topeka KS 67012 LeAnn Rimes, 3456 N. Star Drive, Austin TX 59987
Join our real-time social learning platform and learn together with your friends!