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
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.