Y
Q. What will be the output of the following PHP code ?
<?php $n = ""; while ($n = 20) { print "Yami"; } print "Thakur"; ?>
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 keyword/function is used to create a constant in PHP?
Q. What will be the output of the following PHP code ?
Q. Which of the following practice is/are not supported by PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. Which of the following is used to instantiate an object in PHP assuming the class name to be Foo?
Q. Which one of the following function is used to remove blank space in a String?
Discusssion
Login to discuss.