Addition Matix
#include<stdio.h>
/*Matrix ADDITIONBY:-AYS*/
int main(){ int a[10][10], b[10][10], add[10][10]; int r,c,i,j;