思科2020校园招聘笔试(软件类)
时长:120分钟 总分:100分
155浏览 0人已完成答题
题型介绍
题型 | 单选题 | 多选题 | 填空题 |
---|---|---|---|
数量 | 4 | 28 | 1 |
Choose the correct output of followin...
#include <iostream> using namespace std class Object{ void* data const int size const char id public: Object(int sz, char c) : size(sz), id(c){ data = new char[size] cout << "Constructor called for object " << id << ", size = " << size << endl } ~Object(){ cout << "Destructor called for object " << id << endl delete []data } } int main() { Object* a = new Object(20, 'a') delete a void* b = new Object(20, 'b') delete b }
Which code is correct for static data...
Choose the correct statement of stati...
Which is the correct&nbspoutput of t...
#include <iostream> #include <string> using namespace std class ObjectCount{ private: static int objCount public: ObjectCount() { objCount++ } static void print(const string& msg = "") { if(msg.size() != 0) cout << msg << ": " cout << "objCount = " << objCount << endl } ~ObjectCount() { objCount-- } } int ObjectCount::objCount = 0 ObjectCount f(ObjectCount oc) { return oc } int main(){ ObjectCount o1 ObjectCount::print("after construction of o1") ObjectCount o2 = f(o1) ObjectCount::print("after call f()") }
Which fields can be matched to mark p...
Choose the correct options below abou...
What is expected output for the follo...
a = '1232....flow_cts_source_group_tag' b = a.replace('..', '.').replace('..', '.').replace('.', '\': \'') c = b.split('\n') for line in c: line = '\''+line +'\',' print(line)
How to get the list c as below in Pyt...
a = [1,2] b = [3,4] c = [[1,2], [3,4]]
Table A has 10 records and Table B ha...
SELECT * from A left join B on A.col_1 = B.col_1
Choose the right descriptions on some...
Choose the right descriptions on Tran...
There're 5 elements a,b,c,d,e to be p...
There is a none-empty binary tree, it...
Which can be the height for a binary ...
Given the following code, which of th...
import java.util.HashMap import java.util.Map public class Foo { public static void main(String[] args) { Map<String, Integer> map = new HashMap<String, Integer>() // 1 map.put("a", 127) // 2 map.put("b", new Integer(127)) // 3 map.put(null, null) // 4 System.out.println(map.get("a") == (map.get("b"))) // 5 } }
What is the output of the last "t()" ...
def t(a = []): a.append(1) print(a) t() t() t() t()
Which statements are typical characte...
Which statements are true about RTP a...
For network 192.0.254.0/23, which opt...
Which of the below is valid way to in...
Which of the following statement(s) a...
What are the different types of CPU r...
Which statements are right for COW, c...
Per-column level&nbsplossless compre...
Which following statements about Apac...
Which descriptions about microkernel-...
protocal data parse
huntpiloturi = " "<sip:10000@172.16.130.42> alertName=
huntpiloturi = "huntpilotname<sip:10000@172.16.130.42>" alertName=huntpilotname
huntpiloturi = "huntpilotname”<sip:10000@172.16.130.42> alertName=huntpilotname