Home / Programming MCQs / PHP MCQs / Question
R
Q. what is the output of below program?
<?php $a = 5; echo "$a-$a"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code ?
what is the output of below program?
Which of the conditional statements is/are supported by PHP?
Which of the below symbols is a newline character?
Which of the following built-in functions is used to sort the array in the natural order?
Constructor is also called ______ function
What will be the output of the following PHP code ?
What should be the correct syntax to write a PHP code?
Which loop statement is used to loop through a block of code a specified number of times?
Discusssion
Login to discuss.