Computer Science, asked by rilemka1953, 1 year ago

What will be the output of the following PHP code ?

<?php $a = 1; $b = 1; $d = 1; print ++$a + ++$a+$a++; print $a++ + ++$b; print ++$d + $d++ + $a++; ?>
A.869
B.742
C.368
D.error

Answers

Answered by ajmal64
1
Option A is the correct answer.
Answered by pdm5
1
869 is the answer

PLEASE MARK AS BRAINLIEST AND PLEASE FOLLOW ME FOR FURTHER HELP ALWAYS.
Similar questions