//simply Minus a string ZERO from it char c = '4" ; cout << c -'0' << endl; // int-4 //check cout << c + 2 ; // 6