C language

July 6, 2006 11:50pm CST
i want to make a program on making a triangle using for loop
1 person likes this
2 responses
@dholey (1383)
• India
12 Jan 07
main() { int r,c,t; for(r=1;r
@dholey (1383)
• India
12 Jan 07
i am sorry, i am not able to make spaces before stars, actually this program will show pyramid of stars
• United States
25 Aug 06
C doesn't have standard drawing routines.