MCQs > IT & Programming > Adobe ColdFusion > What is the output of the following code: #find('the' stringToSearch)# #find('the',stringToSearch,35)# #find('no such substring',stringToSearch)#

Adobe ColdFusion MCQs

What is the output of the following code:

<cfoutput>
   <cfset stringToSearch = "The quick brown fox jumped over the lazy dog.">
   #find("the",stringToSearch)#
   #find("the",stringToSearch,35)#
   #find("no such substring",stringToSearch)#
</cfoutput>



Answer

Correct Answer: 33 0 0

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