Answers for "how to transform a char to ascii code in c"

C
-1

how to transform a char to ascii code in c

int a_as_int = (int) 'a';
Posted by: Guest on June-22-2020

Code answers related to "how to transform a char to ascii code in c"

Code answers related to "C"

Browse Popular Code Answers by Language