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)- A78% (38)
- B12% (6)
- C6% (3)
- D4% (2)
Community Discussion
No community discussion yet for this question.