Pattern 16: C Program to print backslash star pattern using for loops

Write a C program to print the following backslash star pattern :

In this Article, We are going to print the backslash star pattern using the for loops.

Here are couple of sample outputs.

Example 1:

Example 2:

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

Program to print backslash star pattern :

Backslash Star Pattern Program Output:

backslash-star-pattern-program-in-c-programming-language
BackSlash Pattern program output

More C programs:

  1. Program to calculate Maximum of three numbers.
  2. What are Prime Number and C program to Check given number is Prime or Not
  3. Check given Number is Prime or not Using Square Root(sqrt) Function.(Efficient way)
  4. C Program to generate prime numbers between two numbers
  5. C Program to generate first N prime numbers.
  6. C program to Calculate percentage of student.
  7. C Program to check given year is the leap or not.
  8. C Program to convert Temperature.
  9. C program to understand type conversation.
  10. Finding Largest of two numbers using the conditional operator in C.
  11. C program to calculate the simple Interest,
  12. C program to understand Size of Operator.
  13. 200+ 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...

3 Responses

  1. A program with back and forward slash usage
    /
    /.
    /.

  2. A program with back and forward slash usage
    /
    /.
    /.

  3. ishankar s says:

    Forward slash

Leave a Reply