The following flowchart prints the pyramid of numbers. The flowchart drawn using raptor to execute the correctness in the printing the pyramid of numbers. The flowchart executed and produced output successfully.

The C program for to print pyramid of numbers: C Program to Print Pyramid of Numbers

Flowchart for printing pyramid of numbers

pyramid flowchart programming9

OUTPUT 

 enter no. of rows: 5
           0
         1 0 1
       2 1 0 1 2
     3 2 1 0 1 2 3
   4 3 2 1 0 1 2 3 4