- 相關(guān)推薦
美國(guó)國(guó)家儀器筆試題目
software
1) char p = {"a", "b", "c", "d", "e"}
printf("%d\n", sizeof(p));
2) int p[] = {1, 2, 3, 4, 5}
printf("%d\n", *p++);
printf("%d\n", *++p);
3) 實(shí)現(xiàn)int strncmp(const string *p1, const string *p2, const int n);
4) 說(shuō)明protected函數(shù)可以被什么樣類型的函數(shù)訪問(wèn)
5) struct A{
unsigned char status;
unsinged long value; }
兩個(gè)成員變量的偏移,這樣寫法的缺點(diǎn),如何改正。
6)class A{
public:
static int GetValue(){return m_value;}
private:
int m_value;
}
這樣寫法的錯(cuò)誤
7) 實(shí)現(xiàn)SingleTon
8) 還有一道虛函數(shù)的題,只要知道概念就會(huì)做
9)作文,現(xiàn)在通訊方式和原始通訊方式的比較,類似于TOEFL的八卦文。
【美國(guó)國(guó)家儀器筆試題目】相關(guān)文章:
06.11 美國(guó)國(guó)家儀器筆試題【西安交通大學(xué)】02-18
面試美國(guó)國(guó)家儀器Software Engineer Intern11-19
華夏的筆試題目11-21
南航筆試題目06-23
ITT HR的筆試題目,筆試試題02-24
網(wǎng)易游戲筆試題目11-30
電子類筆試題目11-21
北京CONSULTING的筆試題目11-21
香港KPMG的筆試題目11-21
MARS筆試 題目+體會(huì)詳述11-21