abs c - math.h | Programming Simplified
abs c - math.h abs is not a function but is a macro and is used for calculating absolute value of a number ... printf ("Enter an integer to calculate it's absolute value \n "); scanf ("%d", & n); result = abs (n); printf ("Absolute value of %d = %d ...