Answers for "get the char value of int c++"

C++
1

char to int in c++

char a = '4';
int ia = a - '0';
Posted by: Guest on August-01-2021

Browse Popular Code Answers by Language