Question: write it in C programming Write a primary functions of linked lists: insert) and deleteO insert0: puts a character in the list in alphabetical order
write it in C programming

Write a primary functions of linked lists: insert) and deleteO insert0: puts a character in the list in alphabetical order delete): deletes a character from the list There is a sample code in next slide and blackboard Etner your choice: 1 to insert an element into the list. 2 to delete an element fron the list. 3 to end Enter a character: C value: C The list is: ABC>NULL ? 1 Enter a character: B value: B The list is: B NULL ? 2 Enter character to be deleted: D D not found. ? 1 Enter a characte: A value A The list is: A --> B--> NULL ? 2 Enter character to be deleted: C C deleted. The list is: A>BNULL 3 End of run
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
