GE笔试题目

时间:2020-12-03 09:27:45 笔试题目 我要投稿

GE笔试题目

  1. typedef int (*func_p)(int)

GE笔试题目

  func_p p

  p代表什么意思?

  2.int(*a[10])(int) a代表什么意思??

  3.char str[]="GE";

  char *str2 = str;

  sizeof(str)=? sizeof(str2)=?

  4.有关malloc的程序判断,具体的`给忘了,就是看一下字符串空间的分配。

  5.关键字volatile的含义,在程序设计过程中的应用?

  6.const int *p1;

  int const *p2;

  int *const p3;

  7.int a = -1;

  unsigned int b = 2;

  那么a+b>a?为什么?a+b>b?为什么?

【GE笔试题目】相关文章:

会计笔试题目07-03

EXCEL笔试题目06-12

美的笔试题目12-15

惠普笔试题目08-10

伊利笔试题目07-09

夏普笔试题目07-03

奥美笔试题目06-18

LG笔试最常考的笔试题目07-09

Intel笔试真题技术笔试题目06-27

营销岗位笔试题目10-01