摘要
可以说指针是C语言的灵魂,熟悉而灵活的运用指针,可以有效的表示复杂的数据结构;动态分内存;使用字符串;数组等都是非常有效的。而初学者经常出现错误,如何让学生掌握和深入的学习指针是一难点,往往需要一定时间。以下结合经验,对指针问题进行探讨和总结。
It can be said that the pointer is the soul of the C language,familiar and flexible use of the pointer,you can effectively represent complex data structures;dynamic memory;the use of string;arrays are very effective.Beginners often an error,how to enable students to acquire and in-depth learning pointer is a difficult and often requires some time.The following combination of experience,discuss and summarize the pointer problem.
出处
《电脑知识与技术》
2012年第7X期5163-5165,共3页
Computer Knowledge and Technology
关键词
指针
C语言
变量
pointer
C language
variable