MCQ
Single Best Answer
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
615 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: Option D
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