Tag Archives: c_basic

Write a C Program To find the biggest and smallest number and positions in the given array

Find biggest and smallest number and positions in array Write a C Program To find biggest and smallest number and positions in the given array. Here’s simple Program To find biggest and smallest number and positions in the given array in C Programming Language. What is an Array ? Arrays a kind of data structure that can… Read More »

Write a C Program to check triangle is a equilateral, isosceles or scalene

Check triangle is equilateral, isosceles or scalene Write a C Program to check triangle is a equilateral, isosceles or scalene. Here’s simple Program to check triangle is a equilateral, isosceles or scalene in C Programming Language. A triangle is : : A triangle is equilateral triangle, If it’s sides are equal. A triangle is isosceles triangle, If… Read More »