Pattern 30 : C program to print the forward slash star pattern using for loops

Print Forward-slash star pattern program:

Write a C Program to print forward slash star pattern on the console. The program should take input from the user. Which is the number of rows.

Here are the sample input and expected output of the program.

Example 1:

Enter Number : 5
        * 
      * 
    * 
  * 
* 

Example 2:

Example 3:

Also Read:

Forward slash pattern Program :

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

1 Response

  1. Dasari Hemalatha says:

    I want double forward slash program in python.

Leave a Reply