R
Q. what is the output of below program?
<?php $a = (10+10)*5+15/5; echo "$a"; ?>
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. PHP ..... demand that you declare a data type when you create a variable.
Q. How many variable scopes are there in PHP?
Q. How many error levels are available in PHP ?
Q. From the following what statement is equivalent to $add+=$add ?
Q. What will be the output of the following PHP code ?
Q. What is the result of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Single line comments can be placed in PHP script by using which symbol?
Discusssion
Login to discuss.