摘要
指针是C语言的精华、重点、难点,也是C系列语言的基础。本文介绍了C语言中的指针常量和指针变量的运算规则,以及对数组的访问。
The pointer is the essence, focus and difficult of C language which is also the basis of C language Series. This article describes the arithmetic rules of pointer constants and variables in C language, as well as the access to the address.
出处
《价值工程》
2014年第11期214-215,共2页
Value Engineering
关键词
指针
地址
数组
运算
pointer
address
array
operation