Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?$var1 = 0;$var1 = ($var1 + 5)++;echo $var1;
Options:
A .  error
B .  5
C .  7
D .  6
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *