C Program To Check If Sum of Square of Sine and Cosine of an Angle is 1
Satish B
http://technotip.com/7243/c-program-to-check-if-sum-of-square-of-sine-and-cosine-of-an-angle-is-1/
Write a C program to receive value of an angle in degrees and check whether sum of squares of sine and cosine of this angle is equal to 1.
Formula To Convert Angle From Degree To Radian radian = degree x ( PI / 180.0) where PI is 3.14159265359
Expected Output for the Input User Input: Enter angle in Degree 45
Output: Sum of square of sin(45.00) and cos(45.00) is 1
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=wYbhYLcAv3Y
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
7741579 Bytes