J
Q. What will be the output of the following PHP code ?
<?php $n; if ($n == 0) print "MCQ" ; else print "Buddy"; print "App" ?>
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 function is used to get ASCII value of a character in PHP ?
Q. What is the return value of preg_match() function?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What is the result of the following PHP code?
Q. Which of the following functions can be used to concatenate array elements to a single string?
Q. Which is/are the correct way to declare a method?
Q. What is the correct syntax of PHP base_convert() function?
Discusssion
Login to discuss.