C语言指针变量英文怎么说,成员变量 英文叫啥名字
网友回答
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.
网友回答
member variable