DO NOT MISS

Ads

Thursday 18 August 2016

Program 20(Format 20) Using nested for Loop


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

void main()

     {

           int i,j;
           clrscr();

         
 for(i=1;i<=6;i++)
                  {
                       
for(j=97;j<=102;j++)

                       printf("%3c",j);
                       printf("\n");

                  }

           getch();
 
      }
___________________________________________________________________________


Greataims

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