GE:C语言笔试题

时间:2018-12-31 12:00:00 资料大全 我要投稿

GE:C语言笔试题

应届毕业生求职网整理了GE公司部分C语言笔试题,供参考:

GE:C语言笔试题

1. typedef int (*func_p)(int)
  func_p p
  p代表什么意思?

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

3.char str[]="GE";
  char *str2 = str;
  sizeof(str)=?  sizeof(str2)=?

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

GE:C语言笔试题

资料共享平台

GE:C语言笔试题》(https://www.unjs.com)。

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:C语言笔试题】相关文章:

1.GE笔试C语言部分试题

2.C语言笔试题

3.c语言类笔试题

4.c语言笔试题大全

5.C语言基础笔试题

6.C语言笔试题集锦

7.C语言笔试题目

8.C语言求职笔试题