92. 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++) { for(j=0;j<=i;j++,ch++) printf("%c",ch); printf("\n"); } } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment