learn.blog
Marked 2 years 1 month ago onto octal number system
Source: https://learncplusplus.org/how-to-use-base-8-octal-numbers-in-modern-c/
The octal number system is a base-8 numeral system that uses digits ranging from 0 to 7. It is commonly used in computer programming and digital systems. Octal numbers are represented using the digits 0 to 7, where each digit's position represents a power of 8.
Category:
Comments
Leave your comment below