摘要
指针是C语言中的一个非常重要的概念,正确使用指针具有诸多优点。文中就指针在数据结构的两个重要应用进行了小结,旨在帮助更清晰的理解数据结构有关算法中对指针的使用,并更好的理解相关算法。
The pointer is a very important conpcet in C language,correctly use the pointer has many advantages, two important application of the pointer in the data structure is summarized in this paper, to help more clearly understanding of the algorithm using the pointer in data structure,and a better understanding of the relevant algorithms.
出处
《黑龙江科技信息》
2010年第34期111-112,共2页
Heilongjiang Science and Technology Information
关键词
指针
数组指针
结构体指针
pointer
array pointer
pointers to structures