您的位置:首页 > 移动开发 > Objective-C

In C++, which of the following syntax can be used for instantiating an object named arr of the vecto

2013-11-03 12:23 190 查看
A.vector<int> arr;

B.vector arr<int>;

C.vector(int) arr;

D.vector arr(int);

E.vector arr;

选A
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐