C++ Program to find the Factorial of a Number using For Loop

  Рет қаралды 121,699

Example Program

Example Program

Күн бұрын

Пікірлер: 61
@pichonPoP
@pichonPoP 2 жыл бұрын
This platform shows me this video today, and last week I was struggling to do this. Finally, could do, but I'm glad to see another solution tiny different from mine.
@ExampleProgram
@ExampleProgram 2 жыл бұрын
glad my video helped you :)
@progress707
@progress707 2 ай бұрын
sign that you are being spied
@markdiaz4129
@markdiaz4129 4 жыл бұрын
Awesome tutorial. This was one of the problems my professor asked and you explained it perfectly. Thanks a lot
@ExampleProgram
@ExampleProgram 4 жыл бұрын
You are welcome!
@solidsnack9950
@solidsnack9950 2 жыл бұрын
Thanks for improving my problem.
@yentarachangethelife3897
@yentarachangethelife3897 3 жыл бұрын
My dear Learning Lad❤❤❤
@AVCinemax014
@AVCinemax014 Жыл бұрын
Thanks You have explained Correctly.
@ExampleProgram
@ExampleProgram Жыл бұрын
You are welcome
@sukhandeepkaur4552
@sukhandeepkaur4552 Жыл бұрын
Amazing video ever 🎉 first time I watch your video sir it’s amazing
@ExampleProgram
@ExampleProgram Жыл бұрын
Thank you :)
@khilesh1815
@khilesh1815 2 жыл бұрын
Thanks bro your video really helped me to make my first factorial program
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Glad I could help
@anamggss
@anamggss 2 жыл бұрын
Great tutorial, I'm confused about one thing though. In all of the examples I've seen including yours the initial value of (counter = number). And it always ends up being the correct answer. However when I try this, it will instead give the result of the factorial * the original number, so I have to put (counter = number -1) to get the correct answer. Which makes sense since without the -1 it would essentially be multiplying num with itself first. Which is why it's so confusing on how this is working on your and other people's ends
@aueputin1385
@aueputin1385 2 жыл бұрын
incredible explanation
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Glad you think so!
@angelhabiby8894
@angelhabiby8894 9 ай бұрын
more perfect an easier than the rest of the tutorials
@ExampleProgram
@ExampleProgram 9 ай бұрын
Thank you
@Shalini45006
@Shalini45006 4 ай бұрын
What input should I use for zero?
@soumyasingh6142
@soumyasingh6142 2 жыл бұрын
Thank you sir, it helped!
@ExampleProgram
@ExampleProgram 2 жыл бұрын
You're welcome!
@Ld06
@Ld06 2 жыл бұрын
Thank you 💞💞
@ExampleProgram
@ExampleProgram 2 жыл бұрын
Most welcome
@solidsnack9950
@solidsnack9950 2 жыл бұрын
What can I do for larger numbers? I used long long but it didn't work.
@thecriminals6949
@thecriminals6949 Жыл бұрын
thanks sir
@ExampleProgram
@ExampleProgram Жыл бұрын
most welcome :)
@niveshgaming2528
@niveshgaming2528 Жыл бұрын
which app do you use to run the code
@ExampleProgram
@ExampleProgram Жыл бұрын
Vs code
@RayyanKhan-nv5il
@RayyanKhan-nv5il 7 ай бұрын
Superb
@ExampleProgram
@ExampleProgram 6 ай бұрын
Thanks 🤗
@craftsworld3237
@craftsworld3237 2 жыл бұрын
Where do you get this vs code theme?
@ExampleProgram
@ExampleProgram 2 жыл бұрын
available by default
@amritprajapat4612
@amritprajapat4612 2 жыл бұрын
Vs code
@MamoonaMirza-r7t
@MamoonaMirza-r7t Ай бұрын
Why we decriment?
@M_Hamxa
@M_Hamxa 10 ай бұрын
what his compiler name ??
@ExampleProgram
@ExampleProgram 9 ай бұрын
gcc
@Oki.hou0929
@Oki.hou0929 2 жыл бұрын
What about factorials in permutations?
@dawitejigu
@dawitejigu 3 жыл бұрын
why factorial = 1 in declaraton please
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Sorry for late reply. For numbers 0 and 1 the factorial value is 1 Initialising factorial with 1 will work nicely with the logic used in this program.
@eriksaucedo4382
@eriksaucedo4382 4 жыл бұрын
i cant get it to work with large numbers like 20 how do i do that please help
@callme_SRK
@callme_SRK 2 жыл бұрын
Why fact=1 what if we give 2 3 etc...
@ПользовательБезфамилии-к5ю
@ПользовательБезфамилии-к5ю 4 жыл бұрын
I like his accent
@vaibhavpratap1041
@vaibhavpratap1041 4 жыл бұрын
Where are you from?
@ExampleProgram
@ExampleProgram 4 жыл бұрын
Karnataka
@waridkhan971
@waridkhan971 3 жыл бұрын
hi sir. plz make video on program description with shamil's memory table.
@richardguldi9926
@richardguldi9926 2 ай бұрын
Why is this called a C++ program instead of a Python program?
@ExampleProgram
@ExampleProgram 2 ай бұрын
code is written using C++ programming language
@enesytm8867
@enesytm8867 4 жыл бұрын
bruh it ain't work
@hypermeero4782
@hypermeero4782 4 жыл бұрын
for(int counter = number ; counter > 0 ; --counter) his for loop was wrong
@dukeofmilan2814
@dukeofmilan2814 3 жыл бұрын
Where is output???
@salarramejo-tg3hl
@salarramejo-tg3hl Жыл бұрын
Hello sir
@ExampleProgram
@ExampleProgram Жыл бұрын
Hello
@rollno14abhisheksharma52
@rollno14abhisheksharma52 3 жыл бұрын
But it find fac of 45 how it will display
@gulbadanofficial3135
@gulbadanofficial3135 3 жыл бұрын
I got nothing
@ExampleProgram
@ExampleProgram 3 жыл бұрын
Check your code
@kingteshome5034
@kingteshome5034 3 жыл бұрын
What is the name of the software or apk
@amritprajapat4612
@amritprajapat4612 2 жыл бұрын
Vs code
@Zomatsu143
@Zomatsu143 Жыл бұрын
This isn't a while loop thou
@MillieLilth
@MillieLilth 4 жыл бұрын
I cant see nothing
@AstralLaVista
@AstralLaVista 3 ай бұрын
I am sick of people using imaginary numbers in these examples, im a noob use actual number not m
@blabruh9059
@blabruh9059 2 жыл бұрын
bruh it isn't working. lol
C++ Program to Find the Sum of All Digits of a Number
9:23
Example Program
Рет қаралды 68 М.
C++ Program to find the Factorial of a Number using Recursion
9:03
Example Program
Рет қаралды 26 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
you will never ask about pointers again after watching this video
8:03
C Program To Find Factorial of a Number using For Loop
2:23
Technotip
Рет қаралды 226 М.
Check If A Number Is Prime | C++ Example
8:29
Portfolio Courses
Рет қаралды 28 М.
Making a Game With C++ and SDL2
8:14
PolyMars
Рет қаралды 1,7 МЛН
Rust vs C++
7:18
conaticus
Рет қаралды 105 М.
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,2 МЛН