就业数据资源平台
当前位置:首页 > 笔试题目
分享C程序笔试题


  1. typedef int (*func_p)(int)


  func_p p


  p代表什么意思?


  2 W( n6 ~1 {; @! Q2.int(*a[10])(int) a代表什么意思??


  3.char str[]="GE";


  char *str2 = str;


  J% n0 s2 ?, L sizeof(str)=? sizeof(str2)=?


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


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


  6.const int *p1;


  int const *p2;


  int *const p3;


  unsigned int b = 2;


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


 


就业数据资源平台