Zend PHP 5.3 Certification 200-530 Question # 35 Topic 4 Discussion

Zend PHP 5.3 Certification 200-530 Question # 35 Topic 4 Discussion

200-530 Exam Topic 4 Question 35 Discussion:
Question #: 35
Topic #: 4

What is the output of the following code?

$a = 1;

++$a;

$a*=$a;

echo $a--;


A.

4


B.

3


C.

5


D.

0


E.

1


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.