News

int a[][4] = {{2, 5, 7, 1}, {1, 3, 6, 1}, {5, 4, 1, 3}}; ...
//Using pointer write a program to add two 3 × 2 matrices and print the result in matrix form.