MCQ
Single Best Answer
Not Set
QWhat will be the output of the following PHP code?
< ?php
one = 1;
two = 2;
three = 3;
four = 4;
echo "one / two + three / four";
?>
ID: #2368
Variables in Php MCQ
1,289 views
Question Info
#2368Q 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
Variables should start with a $ symbol, since one, two, three, four don't begin with $ symbol we will get an error.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic