#include void main() { int i,j,cnt; char str[8]={"PABHATCP"}; clrscr(); for (i=1;i<=8 ;i++ ) { printf("\n%-*.*s",8,i,str); } getch(); }