Gagan G Saralayagagang.hashnode.devยทMar 7, 2024C program to input a matrix and change the diagonal elements to zero.Here is a program to convert the diagonal elements to zero. It cheaks if the element i==j and converts it to zero. And it cheaks if the element i+j+1 == to the number of rows and converts to zero. Here is the code. #include<stdio.h> #include<math.h>...7daystreakAdd a thoughtful commentNo comments yetBe the first to start the conversation.