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

preview_player
Показать описание
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 :

follow others programming videos
Рекомендации по теме
Комментарии
Автор

Love you programmer for this codding channel ❤️❤️ 😘😘

tridibkayal
visit shbcf.ru