c program
WAP to print square without using " * ".
\\C program to print square without using "*". #include<conio.h> int Squares(int n) { int square = 0, a…
\\C program to print square without using "*". #include<conio.h> int Squares(int n) { int square = 0, a…