Javatpoint Logo

91-9990449935

 0120-4256464

C Program to print Alphabet Triangle

There are different triangles that can be printed. Triangles can be generated by alphabets or numbers. In this c program, we are going to print alphabet triangles.

Let's see the c example to print alphabet triangle.

Output:

     A
    ABA
   ABCBA
  ABCDCBA
 ABCDEDCBA
Next TopicC Programs