Write a Program to print hollow Triangle / Pyramid star pattern

preview_player
Показать описание
In this video we will draw a Trianlgle or Pyramid in C language using the BlockCode IDE. Hope this video will be little helpful.
Description of code
1. Outer loop for number of rows
2. inner loop for printing trailing spaces
3. nested inner loop for printing stars
4. Print star for
last row i==rows
first column j==1 and for
last column j== 2*i-1

Check out the Supported Links
Here:

*************************************************************************
Please Subscribe to All Source Code to gain Knowledge---
************************************************************************
If you have some Time, Do Checkout our other videos also:

Tips and Tricks:
************************************************************************
#SourceCode #Programming #C language #Coding #Codeblock
Рекомендации по теме