Home / Programming MCQs / PHP MCQs / Question
T
Q. The child class inherits from _____
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
what is the output of below program?
If $n = 25 what will be returned when (($n == 25) ? 5 : 1) is executed?
Which PHP function is used to get the absolute value of the given number?
What will be the output of the following PHP code ?
Which PHP function is used to get the random number?
Which of the following function is used to unset a variable in PHP?
What will be the output of the following PHP code ?
Which of the conditional statements is/are supported by PHP?
Discusssion
Login to discuss.