当前位置:简历谷 >

面试 >面试笔试 >

请教昨天google笔试两道选择题

请教昨天google笔试两道选择题

请教昨天google笔试两道选择题
发信人: beringer (beringer), 信区: Job
标 题: 请教昨天google笔试两道选择题
发信站: 北邮人论坛 (Wed Oct 18 09:22:22 2006), 站内

题目如下,请教大家,谢谢!

1,
int main()
{
const char*p="12345";
const char**q=&p;
*q="abcde";
const char*s=++p;
p="XYZWVU";
printf("%s",*++s);
}
问输出结果

2,
2个有序列表分别m,n个元素,两个列表合并为一个有序列表,至多需要比较次数()次
A,m
B, n
C, m+n
D, m+n+1
E, m+n-1
--

※ 来源:?北邮人论坛 ?[FROM: 59.64.179.*]
  • 文章版权属于文章作者所有,转载请注明 https://jianligu.com/ms/bishi/d1117.html
专题