BACKWARD DIFFERENCE PROGRAM IN C
BACKWARD DIFFERENCE PROGRAM IN C #include<stdio.h>#include<conio.h>void main(){ float x[10],y[10],d[10][10]; float a,u,sum=0,prod; int i,j,n,k; clrscr(); printf(“n enter the no of points”);
Read moreBACKWARD DIFFERENCE PROGRAM IN C #include<stdio.h>#include<conio.h>void main(){ float x[10],y[10],d[10][10]; float a,u,sum=0,prod; int i,j,n,k; clrscr(); printf(“n enter the no of points”);
Read more