摘要
基于底层阐述了C语言中指针的原理与实现,分析利用指针进行动态内存分配的机制,并总结了使用指针时常见的问题。
This paper elaborates the principle and implementation of pointer in C and analyzes the mechanism of dynamic memory allocation by pointer.The common errors are concluded when using pointer.
出处
《电脑编程技巧与维护》
2012年第22期14-14,21,共2页
Computer Programming Skills & Maintenance
关键词
C语言
指针
底层
操作机制
常见问题
C programming language
pointer
low-level
operationmechanism
common problems