In this exercise, I will show you, How to write a C program to print mirrored half diamond star patterns. How to print mirrored half diamond star pattern in C programming. Here, one thing is important to know that the columns of the mirrored half diamond.
Output:
Enter the number of coloumn = 10
*
**
***
****
*****
******
*******
********
*********
********
*******
******
*****
****
***
**
*
need an explanation for this answer? contact us directly to get an explanation for this answer