A C program for performing date calculations including addition, subtraction, and difference between dates with leap year handling.
This project implements a date manipulation system that allows users to perform various date calculations. The application supports adding or subtracting days from a given date, calculating the difference between two dates, and finding the days difference between today and a specified date. It properly handles leap years and month-length variations.