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 that will take the elements of two integer arrays of 5 element each, and insert the common elements of both the array into a third array (Set intersection)

Write a C program to sort an array using Bubble sort technique.

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 take three sides of a triangle as input and verify whether the triangle is an isosceles, scalene or an equilateral triangle.
Write a C program to take a 5-digit number as input and calculate the sum of its digits
Home