MCQs > IT & Programming > Objective C > How do you search an object in an object array?

Objective C MCQs

How do you search an object in an object array?

Answer

Correct Answer: NSEnumerator *enumerator = [array objectEnumerator]; while([enumerator nextObject]){…}

Explanation:

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

Objective C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Objective C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it