Satish

  • C

C Program To Check whether a Triangle is Equilateral, Isosceles or Scalene

If the three sides of a Triangle are entered through the keyboard, write a program to check whether the Triangle…

5 years ago
  • C

C Program To Find Area, Perimeter and Semi-perimeter: Valid Triangle

Lets ask the user to input lengths of 3 sides of the Triangle. First lets check if those 3 values…

5 years ago
  • C

Triangle Valid or Not based On Sides: C Program

If the three sides of a Triangle are entered through the keyboard, write a C program to check whether the…

5 years ago
  • C

Find Area of a Triangle Using Its Sides: C Program

If lengths of three sides of a Triangle are input through the keyboard, write a program to find the area…

5 years ago
  • C

C Program to print Armstrong Numbers Between Two Integers

An Armstrong number or Narcissistic number is an n-digit base b number such that the sum of its (base b)…

5 years ago