MCQs > IT & Programming > Objective C > Considering the Objective-C code, which statement is correct ?

Objective C MCQs

Considering the following Objective-C code, which of the following statements is correct ?

// function declaration intfunc(); int main() { // function call inti = func(); } // function definition intfunc() { return 0; }

Answer

Correct Answer: The code won't run because the `func()` was not defined at the time of the call.

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