nerdexam
Zend

200-530 · Question #115

Zend 200-530 Exam What is the output of the following code? $a = 1; ++$a; $a*=$a; echo $a--;

The correct answer is A. 4. See the full explanation below for the reasoning.

Question

Zend 200-530 Exam What is the output of the following code? $a = 1; ++$a; $a*=$a; echo $a--;

Options

  • A4
  • B3
  • C5
  • D0
  • E1

How the community answered

(48 responses)
  • A
    79% (38)
  • B
    6% (3)
  • C
    2% (1)
  • D
    2% (1)
  • E
    10% (5)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice