Question: 6. Program 6: Program must perform following tasks: [10] i) Add records: y / n ? ii) View records: y / n ? iii) Delete
6. Program 6: Program must perform following tasks: [10] i) Add records: y / n ? ii) View records: y / n ? iii) Delete record: y / n ? i. When adding a record: - Program takes four user inputs of different data types about any real world object and stores the data in a data file. - Input values to be stored in the file must be comma separated. - All new records added must be appended in the same data file i.e. existing data in the file must not be overwritten. ii. When viewing a record: - Option to view all records - Option to view record by ID - Values of record should be shown on separate lines and without commas. iii. When deleting a record: - Delete a record by ID - Confirm the deletion of record.
note : program in c language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
