PHP MCQ Variables in Php MCQ Question #2368
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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 0.75
  • B 0.25
  • C 1.25
  • D Error
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.
No Previous Next Question

Share This Question

Challenge a friend or share with your study group.