https://github.com/ritwickdey/largenumberfactorialusingc
Factorial of large numbers using C
https://github.com/ritwickdey/largenumberfactorialusingc
c c-programming factorial large-numbers string
Last synced: 22 days ago
JSON representation
Factorial of large numbers using C
- Host: GitHub
- URL: https://github.com/ritwickdey/largenumberfactorialusingc
- Owner: ritwickdey
- License: mit
- Created: 2017-08-02T14:06:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T04:39:55.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T00:35:22.843Z (over 1 year ago)
- Topics: c, c-programming, factorial, large-numbers, string
- Language: C
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Factorial of Large Number Using C
## Input/Output
* Input : `50`
* Output : `30414093201713378043612608166064768844377641568960512000000000000`
