Monday 27 August 2012

c program create table | Getch()

 How to create Table in c language

Write A program for Table | Data output | C
#include<stdio.h>
#include<conio.h>
main()
{
int i,no,mul;
clrscr();
i=1;
printf("Enter no.for mul table");
scanf("%d",&no);
while(i<=10)
{
mul=i*no;
printf("\n%dx%d=%d",no,i,mul);
i++;
}
getch();
}
Share This
Previous Post
Next Post

FYJC XI standard online admisson Process and declaraton of Merit list . Cut off List For prevous year also . 10 Th Results onlne declaraton Maharashtra Region .

0 comments: