Reminder-System Code
This C program is a simple reminder system that sends a reminder every
Brought to you by:
rugved-2912
File | Date | Author | Commit |
---|---|---|---|
README.md | 2024-11-21 |
![]() |
[5fc388] Initial commit |
Reminder System.docx | 2024-11-21 |
![]() |
[f64d67] Add files via upload |
eel6.c | 2024-11-21 |
![]() |
[f64d67] Add files via upload |
This C program is a simple reminder system that sends a reminder every 10 seconds. It keeps track of the number of reminders sent and allows the user to stop the reminders using the Ctrl+C signal (SIGINT), at which point it will print the total number of reminders sent and exit.