Amani Hussam

Amani Hussam

  • NA
  • 5
  • 15.6k

prints the factorials of all numbers from 1 to x

Jul 2 2014 9:51 AM

write a C program that reads an integer x and prints the factorials of all numbers from 1 to x as the following table

i

i!

1

1

2

2

3

6

……

…….

……

…….

x

x!

 


Answers (1)