Skip to content

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

License

Notifications You must be signed in to change notification settings

CKShetty4/Calender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages