MCQs > IT & Programming > Adobe ColdFusion > Output of the following code: Inside cfsilent block
b-a = #c#

b-a = #c#

Adobe ColdFusion MCQs

What is the output of the following code:

<cfsilent>
  <cfset a = 100>
  <cfset b = 99>
  <cfset c = b-a>
  <cfoutput>Inside cfsilent block<br>
  b-a = #c#</cfoutput><br>
</cfsilent>

<cfoutput>
    b-a = #c#
</cfoutput>



Answer

Correct Answer: Nothing will be displayed

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it