Pattern 11: C Program to print Shallow Rhombus Star Pattern

Shallow Rhombus Star Pattern Introduction:

Write a C Program to print the Shallow Rhombus Star Pattern. We are going to use for loops to create the pattern.

The program accepts input number from the user, Depending upon the user input it will display the shallow Rhombus ( Diamond) Pattern according to specified number size.

Here is an example output, When the input value is 5.

Pattern-11-Shallow-Rhombus-star-pattern-in-c-language

Expected Output:

 

Note: This is one the Series of pattern programs in C.

Shallow Rhombus Star Pattern Program in C:

 

Program Output:

We are using the GCC compiler to compile and Run the programs.

Please learn more about compelling and running program in Linux at following article – Hello World Program in C language – SillyCodes

Shallow-Rhombus-Star-Pattern-Program-in-c

 

Similar Star pattern programs:

More C programs:

 

 

C Tutorials with simple Examples:

 

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