DO NOT MISS

Ads

Thursday 18 August 2016

Program 19 (Format 19) Using nested for Loop


#include<stdio.h>
#include<conio.h>

void main()

       {

             int i,j,k;
             clrscr();

             
for(i=1,k=50;i<=5;i++)
                     {
                           for(j=4;j>=1;j--,k-=5)

                           printf("%4d",k);
                           printf("\n");

                     }

             getch();

       }
___________________________________________________________________________


Greataims

 
Copyright © 2016 Computersadda. Designed by @ Computersadda Team - Published By Greataims