I want to convert string "6867" into string "hg" and output. ... char inputString[] = "6867"; int HexDigit(char c) { if (c >= '0' && c ...
確定! 回上一頁