PHP MCQ Variables in Php MCQ Question #2372
MCQ Single Best Answer Not Set

QWhat will be the output of the following PHP code?
< ?php 
echo $red ;
?>

ID: #2372 Variables in Php MCQ 663 views
Question Info
#2372Q ID
Not SetDifficulty
Variables in Php MCQTopic

Choose the Best Option

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

  • B Nothing
  • C True
  • D Error
Correct Answer: Option B

Explanation

There will no output returned as the variable $red does not hold any value.

Share This Question

Challenge a friend or share with your study group.