DSUU Report
DSUU Report
DSUU Report
MICRO PROJECT
Academic year: 2022-23
TITLE OF PROJECT
Course:DSU Course
code:22317
STUDENT / GROUP DETAILS :
2 Aim
3 Resources Requried
4 Program
6 Conclusion
7 Reference
ACKNOWLEDGEMENT
// SYIF_DSU_Microproject_GRP_4
// Date 05-12-2021
#include
<stdio.h>
#include
<string.h>
#define size 100
typedef struct admission
{
//personel info
char
student_name[30];
char DOB[12];
char
gender[7];
int income;
float percentages_10th;
//college info
char
institute_name[50];
char branch[25];
int year;
int
total_fees;
int
paid_fees;
int remaining_fees;
char
admission_date[12];
char place[15];
} student;
int main()
{
student s[size];
int i = 0, op, top =
0; char name[30];
printf("\n \
n"); printf("\n\t*** Diploma Admission Process ***\n");
do
{
printf("\n \n");
printf("\n\t\t*** Operations ***\n\n\t[1]. New Admission\n\t[2].
Search
Student\n\t[3]. Quit\n\n ");
printf("Choose Operation -
"); scanf("%d", &op);
switch (op)
{
case 1:
input(s,
top); top++;
break
; case 2:
fflush(stdin);
printf("\nName of the student to be search
- "); gets(name);
fflush(stdin
); int j =
0;
for (j; j <= top; j++)
{
i = strcmp(name,
s[j].student_name); if (i == 0)
{
printf("\n***! Student Found !***\n\
n"); display(s, j);
break;
}
if (j == top && i != 0)
printf("\nThere is no such student
available..\n"); i = 0;
}
break
; case 3:
return 0;
default:
printf("\n\t** Invalid Option **\
n"); break;
}
Choose Operation - 1
* Institute Info -
Choose Operation - 1
Full Name-
Swapnil Ch. Date
Of Birth –
1/01/2005 Gender
- male
Annual Family Income----
10000 Percentage - 90
* Institute Info -
Choose Operation - 1
Full Name–
Digambar L.
Date Of Birth -
7/11/2005 Gender
- male
Annual Family Income -
60000 10th Percentage -
91
* Institute Info -
Choose Operation - 2
* Institute Info -
Choose Operation - 2
available..
Choose Operation - 3
PS D:\GRP_4_MICROPROJECTS>
OUTCOME OF MICROPROJECT:
Understood the concept of programming.
Understood technology and features.
REFERANCE :
https://en.wikipedia.org/wiki/Transformer
https://www.electronicshub.org/-transformers
https://www.slideshare.net/
https://www.scribd.com/
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
Government polytechnic Malvan
Certificate This is to certify the Name – Kanhaiya Uttam Naik
Student of Third semester, Diploma in institute of
Government polytechnic malvan (3010) has completed the
Micro Project satisfactorily in Subject: Data structure using ‘C’
Using Computer Code:22317 for the academic year 2022-2023
as prescribed in the curriculum.