
ADTs, Data Structures, and Problem Solving with C++ 2nd Edition by Larry Nyhoff
النسخة 2الرقم المعياري الدولي: 978-0131409095
ADTs, Data Structures, and Problem Solving with C++ 2nd Edition by Larry Nyhoff
النسخة 2الرقم المعياري الدولي: 978-0131409095 تمرين 26
To convert a binary numeral to octal, group the digits in groups of three, starting from the binary point (or from the right end if there is none), and replace each group with the corresponding octal digit. For example,
Convert the binary numerals in Exercises 25-30 to octal numerals.
1011

Convert the binary numerals in Exercises 25-30 to octal numerals.
1011
التوضيح
Converting binary to octal equivalent:
...
ADTs, Data Structures, and Problem Solving with C++ 2nd Edition by Larry Nyhoff
لماذا لم يعجبك هذا التمرين؟
أخرى 8 أحرف كحد أدنى و 255 حرفاً كحد أقصى
حرف 255