About Me

My photo
gandhinagar, gujarat, India
hi.. friends i'am student of kv crpf gandhinagar..and i would like to spread my view and thinking on computer..this blog is for not only those who wants to get knowledge.

Monday 16 May 2011

find any table in it....


#include
#include
void main()
{
int i,j,ans;
clrscr();
printf("enter the value of j:");
   scanf("%d",&j);
for(i=1;i<=10;i++)
{
ans=i*j;
printf("%d*%d=%d",j,i,ans);
printf("\n");
}
getch();
}

0 comments:

Post a Comment