Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/old/
Upload File :
Current File : /var/www/html/venkat/old/lit2015042-3.c

#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);
}