Computer Science, asked by narendramodi13341, 1 year ago

What will be the output of the following PHP code ?

<?php $x = 4; $y = 3; $z = 1; echo "$x = $x + $y + $z"; ?>
A.4 = 4 + 3 + 1
B.8
C.8 = 4 + 3 +1
D.Error

Answers

Answered by ajmal64
0
Option A is the correct answer.
Answered by sasat74
2
Hola friends...
=============

&lt;b&gt;&lt;i&gt;Option A :- True

is the correct answer.....
Similar questions