#include <stdio.h>

int main() {
    int i,j;
    char ch='A';
    for(i=5;i<=15;i++)
    {
        for(j=0;j,=15;j++)
    printf("%c",ch);
    ch++;
    printf("\n");
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: