C Program to Find the Largest of three Numbers

In this tutorial, we will write a basic C Program to find the greatest of three numbers. You may go through the following topics in order to understand the C program. Algorithm to find the largest among three numbers C Program to find the Largest among three Numbers We will find the greatest of three … Read more

C Program to find Cosine value

In this tutorial, we will write a C Program to find Cosine series. Let us first by understanding what is cosine series. Cosine Series: It is a series used to find the value of cos(x), where x is the angle in degree which is converted to Radian. Formula: For Cos(x) series: Cos(x) = 1 – (x*2 / 2!) + … Read more