Computer Science, asked by princegupta5143, 8 hours ago

difference between octal and hexadecimal system​

Answers

Answered by binodbam2003
0

Answer:

The octal number system is a base-8 number system and uses the digits 0 - 7 to represent numbers. The hexadecimal number system is a base-16 number system and uses the digits 0 - 9 along with the letters A - F to represent numbers.

Answered by raniposhi
2

Answer:

Octal and hexadecimal data types are integer types that are available in most computer languages. They provide a convenient notation for the construction of integer values in the binary number system. All integer values are expressed in computer memory by setting the values of binary digits.

Similar questions