C Program to calculate the square root of a given number

C Program To Calculate The Square Root Of A Given Number

In this tutorial, we will learn a writing program in C to calculate the square root of a given number. There is a predefined function sqrt() in C which we will use to find the square root of any number. This program is going to be very easy like the square program in c and … Read more

C Program to calculate the cube of a given number

C Program To Calculate The Cube Of A Given Number

In this tutorial, we are going to learn to write a C program to calculate the cube of a given number. This program will be going to simply like a square program in c. So before moving the writing program of the cube, let’s know about the cube. What is the Cube of a number? … Read more

C Program to calculate the square of a given number

C Program To Calculate The Square Of A Given Number

In this tutorial we are going to learn writing C Program to calculate the square of given number. This program is going to be very simple because we just have to calculate square of number. Before moving towards writing program let’s know about square. What is square of number? When number is multiplied to itself, … Read more

C Program to calculate the power without using POW function

C Program To Calculate The Power Without Using Pow Function

In this tutorial, we are going to learn a writing program in C to calculate the power of a given number without using the POW method. Here we will write our own logic to calculate the power of a given number. To calculate the power we need two numbers. One is the base number and … Read more

C Program to find Smallest number among three

C Program To Find Smallest Number Among Three

In this tutorial, we are going to learn the writing program in C to find the smallest number among 3 given integers. So here our problem statement is, we have given 3 integers and we have to find the smallest number among three. For Example We Will Give 3 integers like 4,1,9. Here we will … Read more

C Program to check given number is even or odd

C Program To Check Given Number Is Even Or Odd

In this tutorial, we are going to learn a writing program in the C programming language to check a given number is even or odd. This program is going to be very simple and easy. Before moving to the program letโ€™s understand What is an even and odd number? Even: Even a number is a … Read more

C Program to calculate factorial using recursion

C Program To Calculate Factorial Using Recursion

In this tutorial, we will learn to write the program to find the factorial of numbers using the C programming language. Here we are going to follow a recursive approach. What is Factorial of a number? Factorial of a whole number โ€˜nโ€™ is the product of that number โ€˜nโ€™ with its every whole number in … Read more

Hi, Welcome back!
Forgot Password?
Don't have an account?  Register Now