Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What will be the output of the code below and why?

What will be the output??

$x =5;

echo $x;

echo "<br />";

echo $x+++$x++;

echo "<br />";

echo $x;

echo "<br />";

echo $x---$x--;

echo "<br />";

echo $x;

user-image
Question added by Anirban Chakraborty , Network Administrator , Wipro Limited
Date Posted: 2017/01/17
Deleted user
by Deleted user

Answer here..................

More Questions Like This