answersLogoWhite

0


Best Answer

There are big number libraries or (large number libraries) for computations like that.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Using the C or similar programming languages how can you find the sum of 2 big number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why using programming languages?

to make windows applications


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


How was Minecraft made?

Notch wrote Minecraft using the Java programming language.


What are associative arrays in Java programming language?

Java does not support associative arrays. However, you can achieve the same thing using a map.


Can you make a dress up game using Visual basic?

Yes you can, however there are better programming languages for this.


What do you mean by Net Programming?

It is programming using the .NET Framework, which does not necessarily have anything to do with the web. It refers to languages such as: VB.NET, C#, Visual C++, J# etc.


How is the code return in higher programming languages like C and C converted into binary language?

By using a compiler.


What does Lisp mean in computer language?

LISP programming refers to creating applications using LISP languages - a family of old high level programming languages that used Polish notation. LISP languages are the second oldest HLLs after FORTRAN.


Why goto statements are not available in java?

Using "goto", even in languages where it is available, is generally considered bad programming practice.


What computer programs created using programming languages must be translated into code called?

my pet monkey ate a sandwich


How do you find a HTML code for a game?

Games are written in programming languages and HTML is not a programming language. So games on the internet are not created using HTML. Some very simple games, may have HTML as part of their creation, but the coding for the functionality of the game is done using a programming language, like Javascript. You cannot access the code for most programming languages, though you can see HTML code. As that is not the game, that is not really of much use to you.


Is structured programming an OOP principle?

No. Structured programming came before object-oriented programming. Most OOP languages make use of structured programming, but only because they were already using structured principals, not because they now use OOP principals.