Need Help On C programs

Newbie Member
14May2007,16:58   #1
asprajesh's Avatar
Hello all i am very new in c erra so please help me out to make c pyramid programs..
which is made by help of nesting for,while and do while loop..
I need all programs code which based on my problem ..and let me introduse any links which give me c programe code on pyramid type out put programme..
some example below..
1) Make c programme for .. 1
12
123
1234
12345
2)
Make c programme for 1
232
3443
45654
Go4Expert Founder
14May2007,19:13   #2
shabbir's Avatar
Remember we are not here to write the code for you.
Newbie Member
15May2007,09:54   #3
asprajesh's Avatar
Ok No issue give me useful links ...........Which help me out...
Team Leader
15May2007,19:34   #4
DaWei's Avatar
Look at your requirements. Set the code up to output the first required line. Put it in a loop. Inside the loop put code that will modify the each line to the next. Construct the loop so that it exits at the appropriate time.

Review what you have been taught concerning for and while constructs. If you have problems getting your attempt to work, then post the results of your genuine efforts for more help.
Newbie Member
16May2007,23:55   #5
saqib's Avatar
i want the coding of program which prints prime numbers in (simple coding)
Team Leader
17May2007,02:02   #6
DaWei's Avatar
I charge a lot for that.