You are on page 1of 1

#include <stdio.

h>

#include <conio.h>

#define p printf

main ()

Int x,y;

for ( x=5;x> =1;x++)

p( “*”);

}
for ( y=1;y<=5;y++)

p(“*”);

getch ();

retun 0;

You might also like