Displaying ASCII value of a character in c - Stack Overflow

Displaying ASCII value of a character in c - Stack Overflow

瀏覽:1378
日期:2025-10-04
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....看更多