i have just wrote a program to find the roots of the equation using bisection method
but there is some mistake iam not getting the output.comment iam getting as abnormal termination.so please help me
here is my program.
Code:
/* to find the roots using bisection method*/ # include <stdio.h> # include <conio.h> # include<stdlib.h>
Leave a comment: