char temp='A';int i=0;int count=1;whille(i<=6){ for(count=1;count<=i;count++){printf("%s",temp);temp++;}printf("\n");}