MCQs > IT & Programming > C++ > What is the type being defined here: typedef A (B::*C)(D, E) const;

C++ MCQs

What is the type being defined here: typedef A (B::*C)(D, E) const;

Answer

Correct Answer: C is defined to be a constant member function pointer of class B taking arguments of types D and E, returning type A.

Explanation:

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

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it