Question: Most programming languages have a built-in integer data type. Normally this representation has a fixed size, thus placing a limit on how large a value
Most programming languages have a built-in integer data type. Normally this representation has a fixed size, thus placing a limit on how large a value can be stored in an integer variable. Describe a representation for integers that has no size restriction (other than the limits of the computer’s available main memory), and thus no practical limit on how large an integer can be stored. Briefly show how your representation can be used to implement the operations of addition, multiplication, and exponentiation.
Step by Step Solution
3.26 Rating (152 Votes )
There are 3 Steps involved in it
To represent integers with practically no size limit as long as we havent run out of memory we often use data structures like linked lists arrays or s... View full answer
Get step-by-step solutions from verified subject matter experts
