Skip to content

Baranll0/C-calculator-for-infinite-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Large Numbers

Documantation:

Here we will perform operations on large numbers with C programming.


 

Declaration :

Since there is a limit to integer numbers, we will take the number as a string.
Then we will add the numbers that are strings as integers and print the result as a string again.
For example:
str="3434343535343534"; str2="32324123"; result="3434343567667657";

Arithmetic Operators:

+ addition 
- subtraction 
* multiplication

Relational Operator:

 <,<=,>,>=,==,!=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages