Is there an opposite to putchar() where you can pass the ascii character and it will output the numerical value? Thanks.
+1
A:
I am not sure which language you are talking. In 'C++', you could just pass (int) ch which should return the numeraical ascii value.
Gopalakrishnan Subramani
2010-01-13 05:02:10
Yes I was referring to C++. Thanks!
Crystal
2010-01-13 05:13:15