Q. Which function returns the absolute value of a number? (A) abs() (B) absolute() (C) fabs() (D) pos() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) abs() Explanation: `abs()` returns the absolute (non-negative) value of a number.