An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Factorial of Large Number Using C

## Input/Output
* Input : `50`
* Output : `30414093201713378043612608166064768844377641568960512000000000000`

![input Output Pic](img/output.png)