Returns the absolute value of an integer as a long int. Format #include <stdlib.h> long int labs (long int j);
1 – Argument
j A value of type long int.