+ 1
What is the IEEE representation of Integers and real numbers in memory?
2 Réponses
+ 2
integers are represented in twos complement. you can see how floats are represented by checking out ieee754
0
IEEE or specifically IEEE 754 is a representation of numbers (integers and floating points) by which they can be represented in the memory in binary form. They can also be represented in hexadecimal or octal forma as well.