C Program To Calculate Surface Area of Cone
Satish B
http://technotip.com/7332/c-program-to-calculate-surface-area-of-cone/
Given the values for radius and height of a Cone, write a C program to calculate Surface Area of the Cone.
Formula To Calculate Surface Area of Cone Surface_Area = PI * radius * (radius + sqrt(height * height + radius * radius )); where PI is approximately equal to 3.14
Expected Output for the Input User Input: Enter radius and height of the cone 2 5
Output: Surface Area of Cone is 46.378838
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=yqKdKmSBtG0
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
5709372 Bytes