- 相關(guān)推薦
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語言筆試題
,資料共享平臺(tái)
《C語言筆試題》(http://www.szmdbiao.com)。5.關(guān)鍵字volatile的含義,在程序設(shè)計(jì)過程中的應(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)文章:
GE:C語言筆試題09-19
C語言筆試題集錦10-04
C語言基礎(chǔ)筆試題07-02
c語言基礎(chǔ)面試題07-11
C語言常用筆試題10-29
C/C++筆試題05-24
C筆試題10-12
C語言軟件開發(fā)筆試題目08-29
C/C++筆試題目大全08-22