C programming

  • 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 Check If Three Points Are On One Straight Line

Given three points (x1, y1), (x2, y2) and (x3, y3), write a C program to check if all the three…

5 years ago
  • C

C Program To Find Whether Area of Rectangle Is Greater Than Its Perimeter

Given the length and breadth(or width) of a rectangle, write a C program to find whether the area of the…

5 years ago
  • C

C Program To Determine Youngest of Three

If the ages of Ram, Shyam and Ajay are input through the keyboard, write a C program to determine the…

5 years ago
  • C

C Program To Calculate Profit or Loss

If cost price and selling price of an item are input through the keyboard, write a C program to determine…

5 years ago