MORE WITH ME
GO GREEN by:- Gaurav Sharma
About Me
gaurav sharma
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.
View my complete profile
Home
Download
Advertisement
Mobile
Education
GK
Thought
Videos
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment