Skip to content

πŸ—“οΈβœ¨ C program to find the day of the week for any date (from year 2000 onwards) πŸ“…πŸ”’

Notifications You must be signed in to change notification settings

svk-vasanthkumar/Day-Finder-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—“οΈ Day Finder in C

This is a simple C program that takes a date (dd mm yyyy) as input and tells you the day of the week πŸŽ‰

⚑ Features

βœ… Works for dates from year 2000 onwards
βœ… Handles leap years correctly πŸ‘Œ
βœ… Calculates day using custom logic πŸ–₯️
βœ… Lightweight & easy to run πŸš€

πŸ› οΈ How to Compile & Run

gcc dayfinder.c -o dayfinder
./dayfinder

πŸ“– Example Run

Ent a date (dd mm yyyy): 01 09 2025
monday

🌟 Author

πŸ‘€ Developed by @svk-vasanthkumar

About

πŸ—“οΈβœ¨ C program to find the day of the week for any date (from year 2000 onwards) πŸ“…πŸ”’

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages