GESP: September 2024 C++ Level 8 Exam Questions and Solutions
Teachers have prepared an electronic printed version for everyone. Friends who need the complete electronic version can check at the end of the article. 【Answer Analysis】 1. Explanation: The answer is D. In C++, the default access specifier for struct is public, while for class it is private. If you need to change this default … Read more