CBSE Class 12 Computer Science Question 86 of 101

Functions — Question 54

Back to all questions
54
Question

Question 47

Name the built-in mathematical function/method:

(a) Used to return an absolute value of a number.

(b) Used to return the value of xy, where x and y are numeric expressions.

(c) Used to return a positive value of the expression in float.

Answer

(a) abs()

(b) pow(x, y)

(c) math.fabs()