Define an appropriate self-referential structure


Problem

Service requests by Tech-Support

I. Define an appropriate self-referential structure that contains at least 1 numeric, 1 character and 1 string data type.

II. Manage the selected data using a linked list. A data item should have a unique alpha-numeric identifier.

III. The use of the atoi()/atof() and gets() functions are strictly not allowed.

IV. Achieve appropriate error checking and robustness by avoiding the use of the scanf() function. Instead, use fgets(), getchar, and strto() functions

V. Ensure to consider the user experience and use a looping technique and a case selection structure to control selection from the following menu:

i. Insert a data item in order
ii. Remove a specific data item from the list
iii. View a specific data item
iv. Print a list of all the data items
v. Exit Application.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Define an appropriate self-referential structure
Reference No:- TGS03311556

Expected delivery within 24 Hours