Discussion Forum : Basic Php
Question - What will be the output of the following PHP code?$a = 5;$b = 5;echo ($a === $b);
Options:
A .  5 === 5
B .  False
C .  1
D .  Error
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *