Pattern 19 : Hollow Right Angle triangle star pattern in C using for loops

Write a C program to print the following Hollow Triangle star pattern using for loops:

Here is the sample output of the Hallow Triangle star pattern program, If the user input size is 5.

Enter Number: 5
* 
* * 
*   * 
*     * 
* * * * * 
Few browsers are not showing patterns properly. So here is one screenshot of the actual hollow right triangle. 

Note: This program is one of the program in Series of Star Pattern programs in C

Hollow Triangle Star pattern Program :

Output:

Hallow-Triangle-star-pattern-c-program

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...

2 Responses

  1. nice site

  1. […] Pattern 19: Hallow Triangle Star Pattern […]

Leave a Reply