In this article we will try to implement a C program to print a pattern of numbers as a pyramid. A C program is provided below to print the following pattern: 1 2*2 3*3*3 4*4*4*4 4*4*4*4 3*3*3 2*2 1 Take starting value as 1 and n = 4. Subscribe to our monthly newsletter. […]