R
Q. what is the output of below program?
<?php $x = 4/5*3; $y = 1/.3; $x ^= $y; $y ^= $x; $x ^= $y; echo "$x, $y"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. "Array" is a data type in PHP?
Q. Default file extension of php file is
Q. Which of the below statements is equivalent to $sum+= $sum ?
Q. Which PHP function is used to return the current element in an array?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code?
Q. Which of the following built-in functions is used to determine whether a class exists?
Q. Assume we have the class Person. Which is the correct way to call a class constant ?
Discusssion
Login to discuss.