MCQs > IT & Programming > Objective C > Look at below code and tell correct output?

Objective C MCQs

Look at below code and tell correct output?

import static int count; intcnt; for (inti = 0; i<100; i++) { count++; cnt++; } NSLog(@"count=%d cnt=%d\n", count, cnt);

Answer

Correct Answer: count=100 cnt=100

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