Question: write a C program to generate a degree-to-radian table which shows the conversion of angular values from degrees to radians. [Hint: Use the identity [pi*rad=180]
write a C program to generate a degree-to-radian table which shows the conversion of angular values from degrees to radians. [Hint: Use the identity [pi*rad=180]
[Hint: Use the macro #define PI 3.14159]
[Note: Degrees to be given as input using scanf inside a for loop and output is radians]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
