Home Forums Re: c programming

#3290
yeswanth
Participant

Write a program to print a triangle (Floyd Triangle) like the following: –
1
1 2 1
1 2 3 2 1
1 2 3 4 3 2 1
1 2 3 4 5 4 3 2 1