Wap to convert degree to radian? Post author:Sandeep Verma Reading time:1 mins readProgram:#include<stdio.h> int main() { int degree; printf("Enter degrees = "); scanf("%d",°ree); printf("\n %d degrees are equivalent to %.2f radians\n\n",degree,(float)(3.14*degree)/180); return 0; } Output: Tags: C, code, degree, radianRead more articles Previous PostC Program for Quadratic Equation Next PostC++ program to print Fibonacci triangle You Might Also Like LinkedHashSet Class in Java With Program Example July 15, 2023 List Interface in Java With Program Example July 4, 2023 Difference between Compiler and Interpreter in Tabular Form May 13, 2021Leave a Reply Cancel replyCommentEnter your name or username to commentEnter your email address to commentEnter your website URL (optional)