Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 627 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 627 Bytes

Calender

This C program, generates a calendar for any month and year provided by the user.

Key Features:

  • Prompts the user to enter a desired year and month.
  • Accurately calculates the number of days in the chosen month (if no month is entered the calender displays the compelete year calender), considering leap years.
  • Displays a well-formatted calendar layout with appropriate weekday labels.
  • Uses clear variable names and comments for readability.

Benefits:

  • Demonstrates basic C concepts like loops, conditional statements, and arrays.
  • Provides a practical example of date calculations and formatting.