威盛軟件最經(jīng)典的筆試題都匯總出來了,如果你也感興趣,敬請收藏和分享。
1.三組程序,找出你認(rèn)為的錯誤。
(1)a.c long temp[255];
b.c extern temp;
(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(四舍五入),結(jié)果放在ax中。
5.編最優(yōu)化Bubble(int pIntArray,int L),要求:交換元素不能用臨時變量,如果有序需要最優(yōu)。
6.用任意一種編程語言寫n!的算法。
更多相關(guān)的熱門文章推薦參考:
普華永道PWC筆試題目
神州數(shù)碼筆試題
創(chuàng)維最精華的筆試題
金融行業(yè)面試題