Posts

Showing posts with the label Octal to binary

Convert number from octal to binary C program

Convert number from octal to binary. Octal number is a base 8 number and octal number contains 0,1,2,3,4,5,6,7 digits and binary number is a base 2 number and it contains 0 and 1.