广博吧

位置:首页 > 学习经验 > 考研

华为判断题

考研3.01W

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

 

标签:判断题 华为