摘要:
1、Which statement(s) is(are) correct about thread and process?Select all that apply.(5 Points)A、Threads share the same address space of the parent pro... 阅读全文
摘要:
2013腾讯实习生笔试题一、 单项选择题1) 给定3个int类型的正整数x,y,z,对如下4组表达式判断正确的选项()Int a1=x+y-z; int b1=x*y/z;Int a2=x-z+y; int b2=x/z*y;Int c1=xz; int d1=x&y|z;Int c2=x>>zcl... 阅读全文