Single Choice
Not Set
QWhat will be the output of the following PHP code?
< ?php
var $one = 1;
var $two = 2;
echo "$one / $two * $one / $two * $two";
?>
ID: #2374
Variables in Php MCQ
621 views
Question Info
#2374Q ID
Not SetDifficulty
Variables in Php MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
You can not use var before a variable name.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic