Answers for "save ascii value of character in a c string"

C
0

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 "save ascii value of character in a c string"

Code answers related to "C"

Browse Popular Code Answers by Language