摘要
这篇文章通过对C语言指针变量涉及的底层内存空间的分析,深刻揭示出指针类型的实质,并就一些重要应用上如何避免错误、恰当使用,提出了一些指导性策略。
Through analyzing the characteristic of memory address which the system allocated for the pointer variable,this paper profoundly discloses the essence of pointer and presents several meth-ods which how to embody the concept of the pointer in C language.
关键词
指针
堆
内存泄漏
pointer heap Memory Leaked