Question:Write the output of the following code? $p = 40; function add(){ $p= $p+2; }echo $p++;
A 41 B 40 C 42 D 43
+ AnswerB
+ Report