- indirection operator
-
операция разыменования
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Dereference operator — The dereference operator or indirection operator, denoted by * (i.e. an asterisk), is a unary operator found in C like languages that include pointer variables. It operates on a pointer variable, and returns an l value equivalent to the value at… … Wikipedia
Sigil (computer programming) — In computer programming, a sigil (pronounced / sɪdʒ.ɪl/ or / sɪg.ɪl/; plural sigilia or sigils ) is a symbol attached to a variable name, showing the variable s datatype or scope. The term was first applied to Perl usage by Philip Gwyn in 1999 to … Wikipedia
Comparison of Pascal and C — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
BCPL — Infobox programming language name = BCPL paradigm = procedural, imperative, structured year = 1966 designer = Martin Richards developer = latest release version = latest release date = latest test version = latest test date = typing =… … Wikipedia
Random access machine — In computer science, random access machine (RAM) is an abstract machine in the general class of register machines. The RAM is very similar to the counter machine but with the added capability of indirect addressing of its registers. Like the… … Wikipedia
Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing … Wikipedia
Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… … Wikipedia
Text Executive Programming Language — In 1979, Honeywell Information Systems announced a new programming language for their time sharing service named TEX, an acronym for the Text Executive processor. TEX was a first generation scripting language, developed around the time of AWK and … Wikipedia
Counter machine models — This page supplements counter machine. Although some authors use the name register machine synonymously with counter machine , this article will give details and examples of only of the most primitive species the counter machine of the genus… … Wikipedia
Register machine — In mathematical logic and theoretical computer science a register machine is a generic class of abstract machines used in a manner similar to a Turing machine. All the models are Turing equivalent. Contents 1 Overview 2 Formal definition 3 … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia