Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Zend PHP 5 Certification 200-500 Question # 14 Topic 2 Discussion

Zend PHP 5 Certification 200-500 Question # 14 Topic 2 Discussion

200-500 Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

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-500 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.