Hello guys,
I have some code where str2int function return incorrect value with minus sign. It doesn't match the parameter and also it adds "-" sign. What does that mean? I'm sure that it accepts the variable of the string type.
One of the examples:
str2int("2711838385");
it returns integer = -1583128911
never faced such things before.