Examveda
Examveda

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

A. 0

B. Nothing

C. True

D. Error

Answer: Option B

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Operators And Expressions In Php

Join The Discussion

Related Questions on Operators and Expressions in php