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. Which is/are the correct way to declare a method?
Q. What will be the output of the following PHP code ?
Q. If your object must inherit behavior from a number of sources you must use a/an
Q. What will be the output of the following PHP code?
Q. PHP know constructors by the name
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which function is used to convert hexadecimal values to the ASCII characters?
Discusssion
Login to discuss.