C-03-Q058mediumsingle_mcq
What is the easiest way to convert from octal to hexadecimal or vice versa?
What is the easiest way to convert from octal to hexadecimal or vice versa?
- aConvert directly using a table
- bConvert to decimal first
- cConvert to binary first, then to the target base
- dIt cannot be done