Displaying ASCII value of a character in c - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Displaying ASCII value of a character in c - Stack Overflow
2010年8月11日 - I have accepted a character as an input from the user. I want to print ... Instead of printf("%c", my_char) , use %d to print the numeric (ASCII) value.