當前位置:學識都>好好學習>考研>

華爲判斷題

學識都 人氣:3.09W

   1、有數組定義int a[2][2]={{1},{2,3}};則a[0][1]的值爲0。( )

華爲判斷題

2、int (*ptr) (),則ptr是一維數組的名字。( )

3、指針在任何情況下都可進行>, <, >=, <=, = =運算。( )

4、switch(c) 語句中c可以是int, long, char, float, unsigned int 類型。( )

5、#define print(x) printf("the no, "#x",is ")