The function pow() belongs to which class?
Explanation
Option A refers to the InputStream class, which handles input operations. Option B is the Object superclass, the root of all classes. Option C is correct because pow() is a method in the Math utility class used for exponentiation. Option D is incorrect as pow() does belong to a specific class.