PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU MCSL-209 (July 2024 – January 2025) Assignment Questions
Question 1:
IGNOU MCSL-209 (July 2022 – January 2023) Assignment Questions
Question 1:
Write a program in `C’ language that accepts two matrices as input and prints their product.
Input: Two matrices A and B in two-dimensional arrays
Output: Matrix `C’ which is result of A X B in the form of two dimensional array
Question 2:
Write a program in ‘C’ language that accepts a string as input and reverses it.