1.

The function pow(x,y,z) is evaluated as:

A. (x**y)**z
B. (x**y) / z
C. (x**y) % z
D. (x**y)*z
Answer» D. (x**y)*z


Discussion

No Comment Found