fabs() returns the same number if it is a negative value.
False
Reason — The fabs() function returns the absolute value of a number, which means it converts any negative number to its positive equivalent.
fabs()