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. Which of the following function in PHP can be used to test the type of any variable?
Q. What will be the output of the following PHP code ?
Q. In PHP the right way to call a class constant, given that the class is mathFunction?
Q. What will be the output of the following PHP code?
Q. The concept of creating objects based on pre-defined classes is known as___________
Q. What will be the output of the following PHP code ?
Q. How many approaches you can use to create a string in PHP?
Q. Which of the following php statement/statements will store 120 in variable n?
Discusssion
Login to discuss.