You are on page 1of 2

A Lab Project Report on

IMPELEMENTATION OF CALENDAR

submitted in partial fulfillment for award of the degree of Bachelor of Technology in


Department of Information Technology

by

22321A1210 Akshitha Alladi

22321A1263

22321A1233

22321A1214

Under the esteemed Guidance of


Internal Guide
Ruhiat Sultana
Assistant Professor, Department of IT

Bhoj Reddy Engineering College for Women


Department of Information Technology
(Sponsored by Sangam Laxmibai Vidyapeet, approved by AICTE & affiliated o JNTUH)
Vinaynagar, IS Sadan Crossroads, Hyderabad – 500 059
Ph: +91-40-2453 7282; Website: www.brecw.ac.in; Email: principal@brecw.ac.in

2022- 2023
ABSTRACT

C language which is one of the most widely used programming languages of all time. In
calendar project is built in C language which accepts any month-year and displays calendar of
that month. We'll add more features like, if user press: Left-arrow key - go to the previous
month. Right-arrow key - go to the next month. Up-arrow key - go to the next year. Down-
arrow key - go to the previous year. I - insert new month year. P - print the month in a text
file. Esc - exit the program.

This simple example would be helpful for beginners as well as intermediate developers to
understand some of the basic concepts, like, declaring arrays, using functions, looping, using
goto statement, printing output file, handling key press, etc.

RESULTS

You might also like