Star Printing : pattern 3 (Right Side Triangle) in C Programming
You have to print “spaces” like the pattern 2 and print the “stars” like pattern 1. For printing “spaces” you have to use another loop before printing the “stars” and after the first loop. My …