include pointers as a primitive data type

时间:2021-09-16 03:41:50

Computer Science An Overview _J. Glenn *shear _11th Edition

Many modern programming languages include pointers as a primitive data type. That is, they allow the declaration, allocation, and manipulation of pointers in ways reminiscent of integers and character strings. Using such a language, a programmer can design elaborate networks of data within a machine’s memory where pointers are used to link related items to each other.