Skip to content
указатель

File:Pointers.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ118155· pop 60· linked from 453 articles

указатель

Sign in to save

Also known as *, ptr, pointer data type, C++ pointer, C pointer

переменная, содержащая адрес в памяти другой переменной

AI overview

A pointer is a type of data in computer programs that stores the address of where information is kept in the computer's memory, rather than storing the information itself. Pointers matter because they allow programmers to efficiently access and manipulate data by referencing its location, and they're essential for features like dynamic memory management and creating complex data structures.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Show 2 more facts
Commons category
Pointers (computing)
Sources (1)

via Wikidata · CC0

Article · Русский

Указатель (англ. pointer) — переменная, диапазон значений которой состоит из адресов ячеек памяти или специального значения — нулевого адреса. Последнее используется для указания того, что в данный момент указатель не ссылается ни на одну из допустимых ячеек. Указатели были изобретены Ющенко Екатериной Логвиновной в Адресном языке программирования (1955 г.), а не Harold Lawson в 1964 г., как долгое время считали за рубежом. В 1955 г. в Адресном языке программирования были введены понятия косвенной адресации и адресации высших рангов, что покрывает понятие указателя и области его применения в современных языках программирования.

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories