Monday, 24 July 2017
Write a C program to take three sides of a triangle as input and verify whether the triangle is an isosceles, scalene or an equilateral triangle.
What's Related?

Write a C program to print the sum of first N even numbers using recursive function

Write a C program to define a recursive function that will print the reverse of its integer argument.

Write a C program to define a macro that can calculate the greater of two of its arguments. Use this macro to calculate the greatest of 4 integers.

Write a C program to define a function that will take an integer as argument and return the sum of digits of that integer
Write a C program that will take 3 positive integers as input and verify whether they form a Pythagorean triplet or not
Write a C program to take three sides of a triangle as input and verify whether the triangle is an isosceles, scalene or an equilateral triangle.
Home