名词
中文翻译:指针变量
同义词:
['pointer', 'pointer variable']
例句:
-
1. The program uses a pointer variable tostore the address of an array element.
程序使用一个指针变量来存储数组元素的地址。
-
2. The pointer variable is used to pointto the first element in the array.
指针变量用于指向数组的第一个元素。
-
3. The pointervariable allows us to access individual elements inthe array.
指针变量允许我们访问数组中的个别元素。