Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 429 Bytes

File metadata and controls

13 lines (6 loc) · 429 Bytes

This is a program written in C to multiply two very large integer numbers. This function can be helpful for factorials or multiplications that can result in very large numbers impossible to be done using normal integer mathematics

How to compile on Mac or BSD or Linux machine

gcc -o main main.c

How to use it to multiply two big integer numbers

./main 123456789123456789 987654321987654321

this would give you the answer