/*DEVELOP A PROGRAM USING FOR LOOP TO OBTAIN THE FOLLOWING O/P

_____________

           

* * * * * * *

* * * * * *

* * * * *  

* * * *      

* * *        

* *     

*        

_____________

*/

#include<stdio.h>

main()

{

     int i,j;

     for(i=7;i>0;i--)

     {
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.

Saturday, May 14, 2011

triangle,stars,c,programm,lab,record,first,semester,bca

/*DEVELOP A PROGRAM USING FOR LOOP TO OBTAIN THE FOLLOWING O/P

_____________

           

* * * * * * *

* * * * * *

* * * * *  

* * * *      

* * *        

* *     

*        

_____________

*/

#include<stdio.h>

main()

{

     int i,j;

     for(i=7;i>0;i--)

     {
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.