C语言指针变量英文怎么说

2025-06-26 07:05:33
推荐回答(2个)
回答1:

pointer.
这里是copy来的对指针的描述。
A pointer holds the address
of another object, allowing for the indirect manipulation of that object. Typical uses of pointers are the
creation of linked data structures such as trees and lists, the management of objects dynamically allocated
during program execution, and as a function parameter type primarily for passing in arrays and large class
objects.

回答2:

pointer variable