What will be the output of the following PHP code ?
<?php $a = 1; $b = 3; $d = $a++ + ++$b; echo $d; ?>
A.5
B.4
C.3
D.error
Answers
Answered by
0
hey mate........the answer is
a. 5
a. 5
Answered by
0
Option A is the correct answer.
Similar questions
French,
7 months ago
English,
7 months ago
Social Sciences,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Music,
1 year ago
History,
1 year ago