This C program is a simple command-line application for managing COVID-19 vaccination registrations. It allows users to fill out their personal information, view registered data, and handle unique registration codes.
1)Fill Form: Input personal details including name, age, gender, mobile number, citizenship number, and health status.
2)Show Info: Display all registered information from the log file.
3)Exit: Terminate the program.
1)main.c: Contains the main application logic, including user input, file handling, and registration code generation.
2)logsss.txt: A text file used to store registration data.