This is a simple C program that takes a date (dd mm yyyy
) as input and tells you the day of the week π
β
Works for dates from year 2000 onwards
β
Handles leap years correctly π
β
Calculates day using custom logic π₯οΈ
β
Lightweight & easy to run π
gcc dayfinder.c -o dayfinder
./dayfinder
π Example Run
Ent a date (dd mm yyyy): 01 09 2025
monday
π Author
π€ Developed by @svk-vasanthkumar