Answers for "get ascii code of a charcater 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 "get ascii code of a charcater in C"

Code answers related to "C"

Browse Popular Code Answers by Language