#include<stdio.h> int main() { int A[5][5],B[5][5],a11,a12,b11,b22; printf("enter the first roe and coloum"); scanf("%d%d",&a11,&b11); }