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. Which of the following function is used to unset a variable in PHP?
Q. Which PHP function is used to get the length of the string?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to get the square root of the given number?
Q. What will be the output of the following PHP code ?
Q. Variables always start with a ........ in PHP
Q. If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
Discusssion
Login to discuss.