MCQs>IT & Programming>Adobe ColdFusion><cfset x = 123> <!-- <cfset x = 321> --> <cfoutput>#x#</cfoutput> What will be output after the above code executes?
Adobe ColdFusion MCQs
<cfset x = 123> <!-- <cfset x = 321> --> <cfoutput>#x#</cfoutput> What will be output after the above code executes?
Answer
Correct Answer: 321
Explanation:
Note: This Question is unanswered, help us to find answer for this one