good try mbuti think it may not work-
-- In [email protected], rhishi raj <[EMAIL PROTECTED]> wrote: > > try this solution why to go for 3 for loops when it is possible with 2 only > > void main() > { > int i; > for(i=1;i<=4;i++) > { > for(j=1;j<=i;j++) > { > prinf("*"); > } > printf("\n"); > } > getch() > } > > Pradip <[EMAIL PROTECTED]> wrote: > hello Friends! > > I am new in C Programming & i have to make programme for triangle > by: FOR Loop; > > * > * * * > * * * * * > * * * * * * > > there is 3 For Loop. > > Hope You Will Help Me > Waiting For Your Replay > > Bye. > > > --------------------------------- > Here's a new way to find what you're looking for - Yahoo! Answers > > [Non-text portions of this message have been removed] > > > > > > > > > RHISHI > > --------------------------------- > Here's a new way to find what you're looking for - Yahoo! Answers > > [Non-text portions of this message have been removed] >
