C. How to convert a byte value into an integer of 10?
No conversion is required, and other operations can be performed as decimal numbers.
All the data in the computer are finally stored in the form of binary numbers. The effect of executing int i=0xAC is the same as that of executing int i= 172. To the computer, they are the same thing.