abs, _abs64
Because C++ allows overloading, you can call overloads of abs that take and return long, long long, float, double, and long double values. In a C program, abs always takes and returns an int. Microsoft Specific Because the range of negative integers that ...