Skip to content

C program to multiply two very long numbers that cannot be multiplied using usual numerical operation

Notifications You must be signed in to change notification settings

tahseenjamal/very_long_number_pair_multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

C program to multiply two very long numbers that cannot be multiplied using usual numerical operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages