/* Lagrange's Interpolation Made By Gaurang Sinha gaurang85.tripod.com */ #include #include #include int main() { int i,j,n; float x[20],y[20],t,xv,yv; clrscr(); printf("Enter the no of elements : "); scanf("%d",&n); for(i=0;i