摘要:
linux兴趣小组2017面试题 1. 分析下列程序的输出. 1. 若运行 printf("%d\n",t); 结果为4,因为 sizeof 是关键字,且其后面的内容在编译时运算并替换为运算后的数值,在运行程序时直接调用替换值,不再进行 t 的运算,故t仍是4. 2. 在进行sizeof运算时, \ 阅读全文
posted @ 2017-05-26 22:33 niliushall 阅读(367) 评论(0) 推荐(0)
posted @ 2017-05-26 22:33 niliushall 阅读(367) 评论(0) 推荐(0)