Vidyalelo
PHP · Q33

Operators And Expressions

Programming · PHP · question 33

Q33

What will be the output of the following PHP code ?

A.
true
B.
false
C.
1
Answer
D.
error

Answer: Option C

Solution

Answer: Option C
Solution:
Since both the strings are equal the result 1 is printed on the screen.