Untitled
Untitled
Untitled
Mrs.N.K.Budhner
Name & signature of course teacher
INDEX
2
2. Rationale
3
3. Aims/Benefits of the Micro Project
4
4. Course Outcome achieved
5
5. Literature Review
6
6. Actual Methodology Followed
7
7. Actual Resources Used
9,10,12,13
8. Output of the Micro Projects
14
9. Skill Developed / Learning outcome of the Micro Project
14
10. Applications of the Micro Project
Micro Project Proposal
“Hotel Management System.”
3.0 Proposed Methodology (Procedure that will be followed to do the micro project- in about
100-200 words):
1. Finalize the topic
2. Find and Collect information
3. Arrange information
4. Proofread the information
5. Review from the teacher
1. Edit per banking system using C Program .’
6. Project report as per the suggestions of the teacher
7. Proofread and finalize the report
8. Submission of the report
Mrs.N.K.Budhner
(Name & Signature of faculty
ANNEXURE - II
4.0 Actual Methodology Followed: (Write stepwise work done, data collected and its analysis
(if any). The contribution of individual member may also be noted.) :
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct guest {
char name[50];
int room_no;
int duration;
};
int main() {
int choice, n, i;
printf("\n---------------------------\n");
printf("---------------------------\n");
printf("3. Exit\n");
scanf("%d", &choice);
switch (choice) {
case 1:
scanf("%d", &n);
for (i = 0; i < n; i++) {
printf("Name: ");
scanf("%s", g[i].name);
scanf("%d", &g[i].room_no);
scanf("%d", &g[i].duration);
break;
case 2:
printf("\nGuest List\n");
printf("-----------\n");
printf("Name\tRoom No.\tDuration\n");
g[i].duration);
break;
case 3:
exit(0);
default:
printf("\nInvalid choice! Please try again.");
return 0;
Mrs.N.K.Budhner
(Name & Signature of faculty)