What will be the output of the following Python function?
import mathprint(abs(math.sqrt(25)))
निम्नलिखित Python फ़ंक्शन का आउटपुट क्या होगा?
A. Error एरर
B. -5
C. 5
D. 5.0