Answers for "how to convert '12' into a char in c"

C
6

int to char in c

c = i +'0';
Posted by: Guest on October-20-2020

Code answers related to "how to convert '12' into a char in c"

Code answers related to "C"

Browse Popular Code Answers by Language