Question: I want you to create a program on C language (not C++) The user should be able to create a 3*3 matrix (input from user)

I want you to create a program on C language (not C++) The user should be able to create a 3*3 matrix (input from user) After creating the matrix, the user has to enter a row number and a coulmn number respectively. Finally, those selected column and rows has to be deleted and remaining 2*2 matrix should be the output of the program. For example: User input: 3 5 2 4 6 1 selected number 2 and 3 (2.row 3. colum) 7 3 8 Output: 3 5 7 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
