MCQs > IT & Programming > Symbian C++ > Which line will produce an error when the following Symbian C++ code is executed? Line 1. class foo { Line 2 virtual int f0(); Line 3 int virtual f1(); Line 4 friend int f2(); Line 5 int friend f3(); Line 6 };

Symbian C++ MCQs

Which line will produce an error when the following Symbian C++ code is executed?
Line 1.        class foo {
Line 2        virtual int f0();
Line 3        int virtual f1();
Line 4        friend int f2();
Line 5        int friend f3();
Line 6        };

Answer

Correct Answer: Line 5

Explanation:

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

Symbian C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Symbian C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it