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 Java Char Primitive Data Type With Program Examples June 27, 2022 Java Program to Implement Stack June 14, 2022 Java Garbage Collection And its Working With Program Example July 9, 2022Leave a Reply Cancel replyCommentEnter your name or username to commentEnter your email address to commentEnter your website URL (optional)