nerdexam
Adobe

9A0-127 · Question #74

Given the following snippet: <cfset x=2> <cfoutput> #--x# - #x++# </cfoutput> What is the output?

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

Question

Given the following snippet:

<cfset x=2> <cfoutput> #--x# - #x++# </cfoutput> What is the output?

Options

  • A1 - 1
  • B1 - 3
  • C1 - 2
  • D-1

How the community answered

(49 responses)
  • A
    78% (38)
  • B
    12% (6)
  • C
    6% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice