#include<stdio.h>
#include<conio.h>
void main()
{
char c;
clrscr();

  for(c=1;c<=10;c++)
   {
    printf("%d. %c  ",c,c);
   }
   printf("\n");

  for(c=11;c<=32;c++)
   {
    printf("%d.  %c ",c,c);
   }
   printf("\n\n");

  for(c=33;c<=47;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");

  for(c=48;c<=57;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");

  for(c=58;c<=64;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");

  for(c=65;c<=90;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");

  for(c=91;c<=96;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");

  for(c=97;c<=122;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");
  for(c=123;c<=126;c++)
   {
    printf("%d. %c ",c,c);
   }
   printf("\n\n");


getch();
}

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA