To get latest updates

Bookmark This Site

Monday 24 October 2016

18.C Program to Find Factorial of a Number

C Program to Find Factorial of a Number

The factorial of a positive integer n is equal to 1*2*3*...n. You will learn to calculate the factorial of a number using for loop in this example.

To understand this example, you should have the knowledge of following C programming topics:
  • C Programming Data Types
  • C Programming Operators
  • C if, if...else and Nested if...else Statement
  • C Programming for Loop

No comments:

Post a Comment