GE筆試題目
1. typedef int (*func_p)(int)
func_p p
p代表什么意思?
2.int(*a[10])(int) a代表什么意思??
3.char str[]="GE";
char *str2 = str;
sizeof(str)=? sizeof(str2)=?
4.有關malloc的程序判斷,具體的`給忘了,就是看一下字符串空間的分配。
5.關鍵字volatile的含義,在程序設計過程中的應用?
6.const int *p1;
int const *p2;
int *const p3;
7.int a = -1;
unsigned int b = 2;
那么a+b>a?為什么?a+b>b?為什么?
【GE筆試題目】相關文章:
會計筆試題目07-03
EXCEL筆試題目06-12
美的筆試題目12-15
惠普筆試題目08-10
伊利筆試題目07-09
夏普筆試題目07-03
奧美筆試題目06-18
LG筆試最常考的筆試題目07-09
Intel筆試真題技術筆試題目06-27
營銷崗位筆試題目10-01