Nowdays the laptop doesnot take the drivers normally when we boot/format the computer with windows 7 or windows 8.AMD
Wednesday, 19 March 2014
Friday, 7 March 2014
write a program to add two matrix using array??
#include<stdio.h> #include<conio.h> main() { int x[3][3],y[3][3],z[3][3],i,j,k; printf("enter the first matrix"); for(i=0;i<=2;i++) { for(j=0;j<=2;j++) scanf("%d",&x[i][j]); } printf("enter the second
Subscribe to:
Posts (Atom)