
ADTs, Data Structures, and Problem Solving with C++ 2nd Edition by Larry Nyhoff
Edition 2ISBN: 978-0131409095
ADTs, Data Structures, and Problem Solving with C++ 2nd Edition by Larry Nyhoff
Edition 2ISBN: 978-0131409095 Exercise 18
Conversion from octal to binary (base-two) is easy; we need only replace each octal digit by its 3-bit binary equivalent. For example to convert 714 8 to binary, replace 7 by 111, 1 by 001, and 4 by 100, to obtain 111001100 2. Convert the octal numerals in Exercises 1-6 to binary numerals.
Explanation
Converting octal to binary equivalent:
...
ADTs, Data Structures, and Problem Solving with C++ 2nd Edition by Larry Nyhoff
Why don’t you like this exercise?
Other Minimum 8 character and maximum 255 character
Character 255