搜索资源列表
plapoint
- 用指向指针的指针变量访问一维和二维数组 用C语言编制,用于对一维或二维数组的指针间接访问-indicators used at the target variable visit one-and two-dimensional arrays in C language for the right one-dimensional or two-dimensional array of indirect indicators visit
pointer
- 用指针变量访问数组元素 访问数组元素值有三种方法: (1)通过移动指针变量,依次访问数组元素。 (2)指针变量不变,用p+i或 a+i 访问数组第i个元素。 (3)以指针变量名作为数组名访问数组元素。-Pointer variable to access array elements