#include #include int facto(int ); void main(void) { float x,y[10][10],h,xt,r,yr; int n; clrscr(); printf("Enter the start value of x.... "); scanf("%f",&x); printf("\nEnter the step size between sucessive x values (ie h): "); scanf("%f",&h); printf("Enter the no. of x values (Less than 10) n: "); scanf("%d",&n); for(int i=0;i8) break; } for(int j=1;j