Pattern 22 : mirrored triangle star pattern program using for loops in C

Program to print mirrored triangle star pattern on the console:

Write a C program to print the mirrored triangle star pattern. The pattern should look like something below.

Desired Pattern:

Enter Number: 7
* * * * * * * 
  * * * * * * 
    * * * * * 
      * * * * 
        * * * 
          * * 
            * 
Few browsers are not showing pattern properly, Here is the pattern in the Image format.
 
Note : This post is part of my series on Star Pattern programs in C language, Check out all program HERE.

Mirrored triangle star pattern Program:

Triangle Program Output :

mirrored-triangle-star-pattern-program-in-c

You may also like:

More C programs:

Venkatesh

Hi Guys, I am Venkatesh. I am a programmer and an Open Source enthusiast. I write about programming and technology on this blog.

You may also like...

Leave a Reply