Home » , » Basic C Programming Practice - Practice 14

Basic C Programming Practice - Practice 14

Written By Unknown on Thursday, October 10, 2013 | 11:51 PM

=> Write a program in C to find the area of triangle ?




Solution :

/ Program Name : area of triangle with out reading input /

#include<stdio.h>

#include<conio.h>

int main()

{
double breath=5.0,height=4.0,area;


area= 0.5 * breath * height;


printf("%lf", area);

} 


Program Analysis :



Share this article :

Post a Comment

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Learn Programming - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger| Distributed by Rocking Templates