Home / Programming MCQs / PHP MCQs / Question
N
Q. What will be the output of the following php code?
<?php $n = "12"; $n1 = "21"; print $n+$n1; ?>
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 use of fopen() function in PHP?
Output of the following PHP code?
Which of following variables can be assigned a value to it?
What will be the output of the following PHP code ?
Which of the following is the use of strlen() function in PHP?
Which function is used to get ASCII value of a character in PHP ?
Discusssion
Login to discuss.