What is the IEEE representation of Integers and real numbers in memory? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the IEEE representation of Integers and real numbers in memory?

20th Jan 2018, 7:32 PM
Riyashi Chandak
Riyashi Chandak - avatar
2 Answers
+ 2
integers are represented in twos complement. you can see how floats are represented by checking out ieee754
20th Jan 2018, 7:51 PM
Jeremy
Jeremy - avatar
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.
17th Mar 2020, 7:44 PM
Hardeep Kumar
Hardeep Kumar - avatar