Home » , » Basic C Programming Practice - Practice 15

Basic C Programming Practice - Practice 15

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

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




Solution :

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

#include 

int main()

{
double radious=5.0,area;

area= 4.0/3.0 * 3.14 * radious * radious ;

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