93. Pattern Get link Facebook X Pinterest Email Other Apps #include <stdio.h> void main() { int i,j; char ch; for(ch='A',i=0;i<5;i++,ch++) { for(j=0;j<=i;j++) printf("%c",ch); printf("\n"); } } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment