Simpson’s 1/3rd program in c for non tabulates values
Simpson’s 1/3rd program in c for non tabulates values #include<stdio.h>#include<conio.h>#include<math.h>#define f(x) (x*x*x*x)void main(){ int i,n; float h,s,s2,s4,integral,a,b; clrscr(); printf(“enter a
Read more