McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Advanced Web Technologies
→
Introduction to Object Oriented Programm...
→
The _____ function returns the absolute ...
Q.
The _____ function returns the absolute (positive) value of a number:
A.
count
B.
min
C.
abs
D.
sqrt()
Answer» C. abs
1.6k
0
Do you find this helpful?
2
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
The abs() function returns the absolute (positive) value of a number:
the sqrt() function returns the square root 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
the _____function returns the square root of a number:
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.
________ function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.
loadDoc() function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.
in PHP ,The____ function is used to return the length (the number of elements) of an array: