你也能拿高薪: 名企面试自助手册

首页
字体:
上 章 目 录 下 页
42.维尔VERITAS软件笔试题
    1. A class B network on the internet has a subnet mask of 255.255.240.0, what is the maximum number of hosts per subnet   .

    a. 240  b. 255  c. 4094d. 65534

    2. What is the difference: between o(log n) and o(log n^2), where both logarithems have base 2   .

    a. o(log n^2) is bigger  b. o(log n) is bigger

    c. no difference

    3. For a class what would happen if we call a class’s constructor from with the same class’s constructor   .

    a. compilation error b. linking error

    c. stack overflow  d. none of the above

    4. “new” in c++ is a:   .

    a. library function like malloc in c

    b. key wordc. operat
本章未完,请翻开下方下一章继续阅读
上 章 目 录 下 页