美国国家仪器笔试题目
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) 实现int strncmp(const string *p1, const string *p2, const int n);
4) 说明protected函数可以被什么样类型的函数访问
5) struct A{
unsigned char status;
unsinged long value; }
两个成员变量的偏移,这样写法的缺点,如何改正。
6)class A{
public:
static int GetValue(){return m_value;}
private:
int m_value;
}
这样写法的错误
7) 实现SingleTon
8) 还有一道虚函数的题,只要知道概念就会做
9)作文,现在通讯方式和原始通讯方式的比较,类似于TOEFL的八卦文。
【美国国家仪器笔试题目】相关文章:
面试美国国家仪器Software Engineer Intern11-19
华夏的笔试题目11-21
南航笔试题目06-23
ITT HR的笔试题目,笔试试题02-24
网易游戏笔试题目11-30
电子类笔试题目11-21
北京CONSULTING的笔试题目11-21
香港KPMG的笔试题目11-21
MARS笔试 题目+体会详述11-21