请在 下方输入 要搜索的题目:

Which of the following C++ statements adds a new element to the end of the vector Scores? ( )


A、Scores.push(score);
B、Scores.push_back(score);
C、Scores.at(score);
D、Scores.begin(score);

发布时间:2025-07-20 22:28:36
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:Scores.push_back(score);
专业技术学习
专业技术学习
搜搜题库系统