Zend PHP 5.3 Certification 200-530 Question # 63 Topic 7 Discussion

Zend PHP 5.3 Certification 200-530 Question # 63 Topic 7 Discussion

200-530 Exam Topic 7 Question 63 Discussion:
Question #: 63
Topic #: 7

What is the content of $c after the following code has executed?

$a = 2;

$b = 3;

$c = ($a++ * ++$b);


A.

0


B.

5


C.

8


D.

4


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.