C programming

  • C

C Program To Convert Cartesian To Polar Co-ordinates

Write a C program to receive Cartesian co-ordinates(x, y) of a point and convert them into Polar co-ordinates(r, θ). Related…

5 years ago
  • C

Print All Trigonometric Ratios: C Program

If value of an angle is input through the keyboard, write a c program to print all its Trigonometric Ratios.…

5 years ago
  • C

C Program to Generate Odd Numbers Between Two Integers

C program to generate odd numbers between 2 integer values input by the user. Related Read: Even or Odd Number:…

5 years ago
  • C

C Program to Generate Even Numbers Between Two Integers

C program to generate even numbers between 2 integer values input by the user. Related Read: Even or Odd Number:…

5 years ago
  • C

Find Area of a Triangle Using Its Base and Height: C Program

Find the area of the Triangle when it's base and height are input by the user. Related Read: Find Area…

5 years ago