Sail E0 Webinar
Question
What will be the output of the following PHP code ?$x = "test";$y = "this";$z = "also";$x .= $y .= $z ;echo $x;echo $y;
Options:
A .  testthisalsothisalso
B .  error at line 4
C .  testthis
D .  testthisthisalso
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers