#include<stdio.h>
#include<conio.h>
void main()
{
int i,n;
clrscr();
printf("Enter any number");
scanf("%d",&n);
 for(i=1;i<=10;i++)
  {
  printf("%d * %d  =  %d",n,i,n*i);
  printf("\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