how to get the first digit of a int in c++ code example Example: find last digit of number //C++ int last_digit = number % 10;