R
Q. what is the output of below program?
<?php $a=122; $b=13.1; $c=$a+$b; $d=$a.$c; echo $d; ?>
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. In which version of PHP E_STRICT Error level is introduced ?
Q. PHP considers the following values as False
Q. What will be the output of the following PHP code ?
Q. What is the output of PHP code given below?
Q. What is name of PHP "===" operator?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Object are created using _______ keyword?
Q. Which PHP function is used to sort multi-dimensional arrays?
Discusssion
Login to discuss.