广博吧

位置:首页 > 职场知识 > 综合指导

GE笔试C语言部分试题

1. typedef int (*func_p)(int)
  func_p p
  p代表什么意思?
(*a[10])(int) a代表什么意思??
str[]="GE";
  char *str2 = str;
  sizeof(str)=? sizeof(str2)=?
4.有关malloc的程序判定,具体的给忘了,就是看一下字符串空间的`分配
5.要害字volatile的含义,在程序设计过程中的应用?
t int *p1;
 int const *p2;
 int *const p3;
a = -1;
 unsigned int b = 2;
 那么a b>a?为什么?a b>b?为什么?

GE笔试C语言部分试题

标签:GE 试题 笔试 语言