C Program To Draw Pyramid of Stars, using While Loop
Satish B
http://technotip.com/7063/c-program-to-draw-pyramid-of-stars-using-while-loop/
Lets write a C program to draw / print / display a pyramid / triangle formed from starts, using while loop.
Outer while loop selects the rows for each iteration. Inside first inner while loop we print the adequate number of space for each row. Inside the second inner while loop we actually print the stars needed for each row.
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=pwLx0cELxY4
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
9340837 Bytes