(goto Statement) Write a program that uses goto statements and only the following three printf statements to simulate a nested looping structure that prints a square of asterisks as shown below:
printf("%s", "*");
printf("%s", " ") ;
printf("%s", "\n");

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.