C语言指针变量英文怎么说,成员变量 英文叫啥名字

发布时间:2020-07-10 20:47:54

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
以上问题属网友观点,不代表本站立场,仅供参考!