DSUmicroproject
DSUmicroproject
MICROPROJECT
Academic year: 2023-24
TITLE OF PROJECT
Sum of two Matrix
Certificate
This is to certify that Mr. /Ms. ___________________________________________
MICROPROJECT
Academic year: 2023-24
TITLEOFPROJECT
Sum of two Matrix
Program: Computer Engineering
Programcode: CO
code: 22317
ANNEXURE II
Evaluation Sheet for the Micro Project
Academic Year: 2023-24 Name of the Faculty:
Course: Data Structure using ‘ C’ Course code: Semester:
_____________________________________________________________________________
_
_____________________________________________________________________________
Mrs. D.R.Thakare
for(i=0;i<3;i++)
{
for(j=0;j<3;j==)
{
scanf(“%d”,&a[3][3]);
}
}
printf(“\nenter the second matrix :\n”);
printf(“__________________________\n\n”);
for(i=0;i<3;i++)
{
for(i=o;i<3;i++)
{
scanf(“%d”,&b[3][3]);
}
}
printf(“_________________________________”);
getch();
Output :