Computer Science, asked by aanya5015, 11 months ago

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 cutieeee10101
0
hey mate........the answer is

a. 5
Answered by ajmal64
0
Option A is the correct answer.
Similar questions