Welcome to my blog where you can learn about programming languages and other IT subjects.
I also have a YouTube channel where I share coding tutorials and more. Follow me on @CodeWithGagan to enhance your programming skills and stay up-to-date with the latest technology trends.
Lectures
▼
What is Octal Number System
The octal number system is a positional number system that uses a base of 8. It is less commonly used in computer science compared to the binary and hexadecimal systems, particularly in the early days of computing when binary representation was more prevalent. In octal, there are eight digits available: 0, 1, 2, 3, 4, 5, 6, and 7.
No comments:
Post a Comment