To print hex value of 255, the following command is used: $ printf “HEX value of 255 is %x” 255. Here, %x is the conversion character to hexadecimal.
確定! 回上一頁