Skip to content

The purpose of this project is to make a library named "INTAL" to support Big Integers like 10-digit numbers in the C Language i.e. to increase the maximum size limit of any data types like int, string etc according to the user's wish (as a user will provide the maximum size limit) which is not there in C language by default. Also with the help …

Notifications You must be signed in to change notification settings

priyagarg0306/Big-Integer-INTAL-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Big-Integer-INTAL-project

The purpose of this project is to make a library named "INTAL", to support Big Integers like 10-digit numbers in the C Language i.e. to increase the maximum size limit of string data type that is not there in the C language by default. Also, with the help of this library, operations like Sum, Difference, Multiply, Divide can be performed on this increased maximum size limit of string.

Here is the glimpse of project :->

Glimpse of intal.h header file :->

Screenshot (59)

Screenshot (60)

Glimpse of main code file:->

Screenshot (61)

Screenshot (62)

About

The purpose of this project is to make a library named "INTAL" to support Big Integers like 10-digit numbers in the C Language i.e. to increase the maximum size limit of any data types like int, string etc according to the user's wish (as a user will provide the maximum size limit) which is not there in C language by default. Also with the help …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages