math.h

  • C

C Program To Convert Degree To Radian

Lets write a C program to convert angle from Degree to Radian. Formula To Convert Degree To Radian radian =…

5 years ago
  • C

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…

5 years ago
  • C

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…

5 years ago
  • C

C Program To Check If Point Lies Inside, Outside or On The Circle

Given the coordinates(cx, cy) of center of a circle and its radius, write a C program that will determine whether…

5 years ago
  • C

C Program to Find First and Last Digit of a Number

Write a C program to find first and last digit of the user input number, without using looping. Related Read:…

5 years ago