Question: please implement the function void square(int height) to print the square in c language. example $ ./square 4 **** **** **** **** $ ./square 2
please implement the function void square(int height) to print the square in c language.
example
$ ./square 4
****
****
****
****
$ ./square 2
**
**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
