gcc platform

Conversion Meter using C

Submitted by Soma Jana on
Hello, This is a simple C Source code, which includes a converter. Here Length, Temperature, Weight & Currency conversion is possible (in different units). It is written in gcc platform (Ubuntu, Linux). This is very simple to understand. This is basically for the beginners, hope it will help them. Thanks.

Determine Types of Triangle

Submitted by Arup Kr Goswami on
Hello everyone, This simple C source code determines the type of Triangle. You have to enter values of three sides of the triangle, then result will come. Triangle formation is possible or not, if possible, then what type of triangle is being formed by the given three sides. It is written in gcc platform (Ubuntu, Linux). It is basically for the beginners. Hope it will help others.