In this article, we will explore the algorithm to convert Decimal number to Octal number along with sample implementation.
Table of contents:
Introduction to Decimal and Octal NumbersSteps for ConversionStep by Step ExamplesCode ImplementationIntroduction to Decimal and Octal Numbers
Firstly we will understand what are decimal and octal numbers.
Decimal Numbers-
All the number having a base ten are called decimal numbers,it has digits from 0-9.
It has both integer and decimal part ,seperat...
Published on May 05, 2022 11:54