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 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

C Program to find factorial using iterative method

C Program To Calculate Factorial Using Iterative Method

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 an iterative approach. Please follow this article for factorial program in C using recursion Before moving forward let’s understand What is Factorial of a number? Factorial of a … Read more

Complexity of an Algorithm: Time and Space Complexity

As we know that a by Designing an Algorithm, a problem can be solved. To perform some tasks based on what the problem is asking. There could be many solutions for a single problem, and each solution results in a unique or similar algorithm. So it becomes very difficult to decide which algorithm to choose … Read more

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