摘要:
Getmemory的几个经典的关于内存的笔试题还是经常能考到的 void GetMemory1(char *p) { p = (char *)malloc(100); } void Test1(void) { char *str = NULL; GetMemory1(str); strc... 阅读全文
posted @ 2007-12-20 15:21
a斗
阅读(2252)
评论(0)
推荐(0)
2007年12月20日 #