Hey guys, In the previous article we discuss Top 10 interview Q & A
so, today we will write a programs of triangular patterns
in C language with output.
so, today we will write a programs of triangular patterns
in C language with output.
1. Write a program to print Half Pyramid Patterns using star ?
OUTPUT
2. Write a program to print Half Pyramid Patterns using Alphabets ?
OUTPUT
3. Write a program to print inverted right triangle pattern ?
OUTPUT
4. Write a program to print half pyramid pattern using numbers ?
OUTPUT
5. Write a program to print full pyramid pattern using stars ?
OUTPUT
6. Write a program to print full inverted pyramid pattern using star ?
OUTPUT
7. Write a program to print hollow right-angled triangle using star ?
OUTPUT
8. Write a program to print inverted hollow right-angled triangle using star ?
OUTPUT
9. Write a program to print full hollow pyramid pattern ?
OUTPUT
10. Write a program to print diamond star pattern ?
OUTPUT
0 Comments