1.

Differentiate abs() function from fabs() function.

Answer»
S.noabs()fabs()
1.Used for integer valuesUsed only for floating type
2.PROTOTYPE is under &LT; stdlib.h &GT;Prototype is under < math.h >
3.Returns absolute value of integerReturns absolute value of a floating-point


Discussion

No Comment Found