Logo 
Search:

C Programming Article

Submit Article
Comments on Program to print pyramid of stars *
Category: C Programming (Homework Help)    Author: Alarice Miller

WRITE A PROGRAM TO GENERATE FOLLOWING FIGURE OF N LINES. INPUT N FROM KEYBOARD.
______*
____* * *
__* * * * *
* * * * * * *
consider space in place of line.


Pratik Nakrani
Pratik Nakrani from IndiaNov 08
*
* *
* * *
8 * * * *

where 8=SPACE Plz give this code..


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].