博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
学习笔记之100 TOP Ikm C++ Online Test Questions
阅读量:5891 次
发布时间:2019-06-19

本文共 1336 字,大约阅读时间需要 4 分钟。

100 TOP Ikm C++ Online Test Questions 2017


  • 2. Which correctly describe C++ language?
    • A. Statically typed language
  • Type system - Wikipedia
  • Dynamic programming language - Wikipedia

  • 10. Which operators can be overloaded?
    • A. .
    • B. &
    • C. sizeof
    • D. ?:
  • A10. B

  • 15. Which is true about const member functions?
    • A. const members can be invoked on both const and nonconst objects
    • C. nonconst members can be invoked on const objects as well as nonconst objects
  • A15. A

  • 18. STL is based on which programming paradigms?
    • C. Functional Programming

  • 25. Which operator can be implemented as a nonmember operator?
    • A. =
    • B. ()
    • C. []
    • D. +
  • A25. D

  • 27. Which is not recommended in a header file?
    • A. Type definitions (typedef)
    • B. Class definitions
    • C. Function definitions
    • D. Template definitions
  • A27. C

  • 28. If the class name is X, what't the type of its "this" pointer (in a nonstatic, non-const member function) ?
    • B. X* const

  • 29. Which is the most prefered way of throwing and handling exceptions?
    • A. Throw by value and catch by reference

  • 31. The conditional compilation
    • C. It is compiling a program based on a condition

  • 39. Seek time is
    • B. Time taken by read/write head mechanism to position itself over appropriate cylinder

  • 40. Latency time is
    • C. Time taken by appropriate sector to come under read/write head 

转载于:https://www.cnblogs.com/pegasus923/p/8533582.html

你可能感兴趣的文章
go微服务框架go-micro深度学习(三) Registry服务的注册和发现
查看>>
python 重载方法有哪些特点 - 老王python - 博客园
查看>>
在Fedora8上安装MySQL5.0.45的过程
查看>>
设计模式之命令模式
查看>>
android 测试 mondey
查看>>
Spring AOP项目应用——方法入参校验 & 日志横切
查看>>
使用REST-Assured对API接口进行自动化测试
查看>>
王潮歌跨界指导HUAWEI P20系列发布会 颠覆传统 眼界大开!
查看>>
王高飞:微博已收购一直播 明年一季度重点是功能与流量打通
查看>>
趣头条发行区间7至9美元 预计9月14日美国上市
查看>>
新北市长侯友宜:两岸交流应从隔壁最亲近的人开始
查看>>
全面屏的Nokia X即将上线,不到2000元的信仰你要充值吗?
查看>>
HTML5音频audio属性
查看>>
ES6学习
查看>>
Centos7搭建Django环境
查看>>
序列化一个Intent
查看>>
JavaScript数据类型及语言基础--ife
查看>>
进阶 Nginx 高手必须跨越的 5 座大山
查看>>
部署P2P升级的脚本
查看>>
jenkins--ant持续集成测试build文件脚本 测试报告
查看>>