Logo 
Search:

C Programming Article

Submit Article
Comments on Program to print pyramid in reverse pattern
Category: C Programming (Homework Help)    Author: Adali Fischer

WRITE A PROGRAM TO GENERATE FOLLOWING FIGURE OF N LINES. INPUT N FROM KEYBOARD.

* * * * * * *
__* * * * *
____* * *
______*

consider space in place of line.


Chahat Verma
Chahat Verma from IndiaNov 10
cn i get the program for printing the pyramid like
*
* *
* * *
* * * *
* * *
* *
*


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