历史
玉才小说网 > 其他类型 > 你也能拿高薪: 名企面试自助手册 > 12. 全球前五大专业IC设计公司

12. 全球前五大专业IC设计公司(1/2)

    2002年软件笔试题

    1.三组程序,找出你认为的错误。

    (1)a.c long temp[255];

    bp;

    (2)a.c long temp[255];

    b.c extern temp[256];

    (3)a.c long temp[255];

    b.c extern temp[];

    2.在第一个声明处编译出了奇怪的错误,为什么?

    #include

    #include “myfun1.h”

    #include “myfun2.h”

    int myInt1;

    int myInt2;

    3.printf(“0x%x”, (&0)[-1]); 请问打印了什么?

    4.汇编,用ax,bx,cx,dx,求1000×1000/30(四舍五入),结果放在ax中。

    5.编最优化Bubble(int *pIntArray,int L),要求:交换元