0

Run program many time

This is a C program that represents a To Do list it has for choices: Add task remove task view tasks exit I want list to keep showing until user chooses to exit the program Example: user chooses to add tasks, then he write 3 tasks and when he finishes the choices "add, remove, view, exit" show again until he decides to exit How can do that? https://code.sololearn.com/cjNy5clayR19/?ref=app

15th Aug 2023, 9:29 PM
rah123
1 Antwort
+ 1
You missed to add label task_list : at line 23 Also add function prototypes...
16th Aug 2023, 11:47 AM
Jayakrishna 🇮🇳