C++ Program to find Factorial of a Number
What is Factorial of a Number?
The factorial of a number n can be defined as the product of all positive numbers less than or equal to n. For example, the factorial of 6 is 1 × 2 × 3 × 4 × 5 × 6 = 720.
Examples
The following table provides few examples of factorial of a number.
Number | Factorial | Result |
---|---|---|
1! | 1 | 1 |
2! | 1 × 2 | 2 |
3! | 1 × 2 × 3 | 6 |
4! | 1 × 2 × 3 × 4 | 24 |
Note: In Mathematics, factorial of a number is represented by exclamation mark.
Tips: It is recommended to use our online Factorial of a Number calculator for better understanding.
Find a Factorial of a Number
In the following example, we will find a factorial of a number 6.
Example
Output
Find a Factorial of any Given Number
In the following example, we will find a factorial of any given number.
Example
Output
Reminder
Hi Developers, we almost covered 90% of String functions and Interview Question on C++ with examples for quick and easy learning.
We are working to cover every Single Concept in C++.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.