#include<stdio.h> int main(void) { int i; for(i=0;i<6;++i) printf("%s\n"," *****"+i); getch(); return 0; }