In the C Programming Language, the abs function returns the absolute value of an integer.
Syntax. The syntax for the abs function in the C Language is: int abs(int x); ...
Returns. The abs function returns the absolute value of an integer represented by x.
Required Header. ...
Applies To. ...
Similar Functions.