McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Advanced Web Technologies
→
Introduction to Object Oriented Programm...
→
the _____function returns the square roo...
Q.
the _____function returns the square root of a number:
A.
count
B.
min
C.
abs
D.
sqrt()
Answer» D. sqrt()
719
0
Do you find this helpful?
3
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
the sqrt() function returns the square root of a number:
An_________starts at a root element and branches from the root to child elements.
The _____ function returns the absolute (positive) value of a number:
The abs() function returns the absolute (positive) value of a number:
Which method returns the error code generated from the execution of the last MySQL function?
_____ returns the last error description for the most recent function call
In PHP $Icon=mySQL_connect("localhost","root","") is used to ____ to the data base .
An XML tree start at root element and end at its child elements,
If you create a __construct() function, PHP will automatically call this function when you create an object from a class.
If you create a __destruct() function, PHP will automatically call this function at the end of the script.