Posted inProg. in C Write a C Program to find area of Triangle Write a C Program to find area of Triangle #include<stdio.h> #include<conio.h> void main() { float b,h,a; clrscr(); … Posted by dipak May 27, 2023