C Programming Microproject
C Programming Microproject
[2022-2023]
Submitted by :-
Parth Pazare
Pratik Pohekar
Sharvari Rahangdale
Dnyaneswari Ramrupwad
Akash Rathod
Parth Pazare 43
44
Pratik Pohekar
Sharvari Rahangdale 45
Dnyaneswari Ramrupwad 46
Akash Rathod 47
GROUP MEMBERS:-
Parth Pazare
Pratik Pohekar
Sharvari Rahangdale
Dnyaneswari Ramrupwad
Akash Rathod
Declaration
We hereby declare that the project entitled, in the partial fulfillment of the
cours PCI(22226) curriculums of the Program, “Diploma in Computer
Engineering” is submitted to The Department of Science & Humanities of the
institute Government Polytechnic Yavatmal. The work done by us is our own
piece of work and authentic to the best of our knowledge under the guidance of
S.S.Mete mam
ACTION PLAN
RATIONALE
AIMS/BENEFITS
LITERATURE REVIEW
METHODOLOGY FOLLOWED
RESOURCES USED
SKILLS DEVELOPED
CONCLUSION
REFERENCES
ACTION PLAN
5 5 th Collection of data
10 10th Seminar
1.Parth Pazare
2.Pratik Pohekar
3.Sharvari Rahangdale
4.Dnyaneswari Ramrupwad
5.Akash Rathod
Annexure 2
GOVERNMENT POLYTECHNIC YAVATMAL
1.0 Rationale
SOURCE COAD
#include<stdio.h>
int main()
{
int count=1,working_hours,over_time;
float over_time_pay;
while(count<=10)
{
printf("Enter the working hours of employee no %d: ",count);
scanf("%d",&working_hours);
if(working_hours>40)
{
REFERENCES :
https://www.javatpoint.com/library-management-system-in- c
https://www.tutorialspoint.com/write-a-c-program-of-library-
management-system-using-switch-case
Thank you!!