
Need help with simple C Program
I am new to C programming and need help with a problem that I am
trying to solve. I have to print the following using nested for
statements.
*
***
*****
*******
*********
*******
*****
***
*
I have tried for hours to figure it out but to no avail. Any help in
solving this problem would be greatly appreciated.