Question: Write a C program for the TODO list. Your program should read your to-do list from the file (csv, txt, etc.). Your program gets parameters,
Write a C program for the "TODO" list. Your program should read your to-do list from the file (csv, txt, etc.). Your program gets parameters, you should control two operations. 1. "List" operation - This operation reads the file and prints the screen. 2. "Add" operation - This operation adds text to your file. todo.exe list todo.exe add "check shopping list" todo.exe delete 1 //(row number)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
