diff --git a/sqaurestarpattern.c b/sqaurestarpattern.c new file mode 100644 index 0000000000..af4f06097e --- /dev/null +++ b/sqaurestarpattern.c @@ -0,0 +1,17 @@ +#include + int main() +{ + int n; + printf("Enter the number of rows"); + scanf("%d",&n); + for(int i=0;i