#51 Program to find Factorial of a Number in C |

Опубликовано: 24 Июнь 2025
на канале: Teach Techno
924
48

Program to find Factorial of a Number in C | #c_programming #c_language #shorts #teach_techno

What is #Factorial of a Number?

The factorial (denoted by n!) for a number (say n) is the product of all the numbers preceding n with the number itself.

!n = n * (n - 1) * (n - 2) * . . . * 2 * 1

For example,

!6 = 6 * 5 * 4 * 3 * 2 * 1 = 720

!12 = 12 * 11 * 10 * 9 * 8 * 7 * !6 = 479, 001, 600

We can say that,

!n = n * !(n - 1)

Important points-

Factorial of 0 = 1

Factorial of negative numbers does not exist.

Thanks for watching 🙏
Please support our channel 🙏🏻

For better learning please visit this link only graphics.

#Graphics_in_C++ link :
   • #47 Graphics in c | Draw colourful circles...  
   • Video  
   • #46 graphics design in c flowers | circle ...  
   • #45 Graphics circle program in c | graphic...  
   • Creating a Rainbow using Graphics Programm...  
   • #44 Graphics in c | Draw colourful circles...  
   • Flying bird using computer graphics in C/#...  
   • Graphics design in c | Flower drawing in c...  
   • #38 C programming | Graphics design in c |...  
   • #37 Blink your text in C language | #c_pro...  



follow others programming videos
👉   • #1 C Programming | C Language |Teach Techno  
👉   • #2 C programming | C language | Teach Tech...  
👉   • #3 C program | Analog Watch | Teach Techno...  
👉   • #4 C Programming Shorts| Coding c | Additi...  
👉   • #5 C programming | coding C | c language b...  
👉   • #6 C programming | How to make a Flag | co...  
👉   • #7 C program | coding c | C language | mir...  
👉   • #8 C program | coding c | c language | bin...  
👉   • #9 C program | coding c | Multiplayer of a...  
👉   • #10 C program | coding c | do while loop |...