Center of a line (when one end coordinates and length is given) program in c Read more
Author Archives: Invent&pro
Length of the sides of triangle program in C
Let’s have a look at the C Program on how to find the Length of the sides of the triangle. Read more
X & Y intercepts program in C
Let’s have a look at X & Y intercepts program in C Programming Language. Read more
Midpoint Coordinate of the line in C
To find the Midpoint Coordinate of the line, you can take help of the below C Program. Midpoint Coordinate of the line in C. Read more
C PROGRAM OF CENTROID OF A TRIANGLE
This C Program will help you to find the Centroid of a triangle. Read more
Profit and Loss Program in C
how to find the profit and loss by using C programming language. Read more
Average of 3 numbers program in C
C programming tutorial, we will learn how to find the average of 3 numbers with the help of C programming language. What is an average of Numbers: The Sum of all the numbers divided the number is said to be the average of the numbers. In short, It is SUM/COUNT. Read more
Hello World Program in C: Code At Glance
The Hello World Program in CProgramming language is the first program that usually anyone getting started with C programming language plays with. Read more
Centre Coordinate in C
In this C programming tutorial, we will learn how to find center Coordinate in C programming language. This C Program read the x and y coordinates of the vertex and also read a Length of a side. Read more
C programming language with its syntax.
In this C programming tutorial, we will learn how to find the Sides of Triangle in C programming language. Read more