MCQs > IT & Programming > Adobe ColdFusion > Which statement is correct regarding the following code: c = GetTickCount(); for (i = 1; i LTE 10000; i = i+1) ; d = GetTickCount(); #b-a# vs. #d-c#

Adobe ColdFusion MCQs

Which of the below statements are correct regarding the following code:

<cfset a = GetTickCount()>
<cfloop from="1" to="10000" index="i">
</cfloop>
<cfset b = GetTickCount()>
<cfscript>
c = GetTickCount();
for (i = 1; i LTE 10000; i = i+1) ;
d = GetTickCount();
</cfscript>
<cfoutput>#b-a# vs. #d-c#</cfoutput>




Answer

Correct Answer: The results vary each time the code is run

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