C program to print the following pattern : 12344321 123**321 12****21 1******1

C program to print the following pattern :


12344321
123**321
12****21
1******1
Solution: