#include<stdio.h> void main() { int i,j,n; printf("Enter no. of pattern you want : "); scanf("%d",&n); …
Read more#include<stdio.h> void main() { int i,j,n; printf("Enter no. of pattern you want : "); scanf("%d",&n); …
Read more#include<stdio.h> #define n 50 void main() { int a[n][n],i,j,row,col,b[n][n],c[n][n]; printf("Enter size of Row and Column:\n"…
Read more
Social Plugin