Untitled
unknown
plain_text
5 months ago
618 B
3
Indexable
1. Write a program in C to perform matrix addition. 2. Write a program in C to perform transpose of matrix. 3. Write a program in C to perform multiplication of matrix. 4. Write a program in C to input size of matrix to generate its Identity matrix. 5. Input Student_RegdNo, Name, Date-of-birth, subject names & subject marks in different arrays for multiple students. On searching the regd_no it will show the details of corresponding student. 6. Create a matrix of size mxn. Input data in all rows and columns except last column. Calculate the sum of row data and store in last column cells. Display the matrix.
Editor is loading...
Leave a Comment