Write a C program for evaluating the area of triangle using the formula sqrt(s(s-a)(s-b)(s-c)).
Akash parashar
March 26, 2022
AIM: To write a program for evaluating the area of triangle using the formula sqrt(s(s-a)(s-b)(s-c)). ALGORITHM: Step1: Start the program. ...