C語言筆試題
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.有關(guān)malloc的程序判斷,具體的'給忘了,就是看一下字符串空間的分配,
C語言筆試題
,資料共享平臺
《C語言筆試題》(http://www.oriental01.com)。5.關(guān)鍵字volatile的含義,在程序設(shè)計過程中的應(yīng)用?
6.const int *p1;
int const *p2;
int *const p3;
7.int a = -1;
unsigned int b = 2;
那么a+b>a?為什么?a+b>b?為什么?
【C語言筆試題】相關(guān)文章:
1.C語言求職筆試題
2.C語言筆試題目
3.c語言類筆試題
6.C語言筆試題集錦
7.c語言筆試題大全
8.C語言選擇筆試題