當前位置:文思屋>學習教育>考研>

華為判斷題

文思屋 人氣:3.11W

   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 ")