Jump to content

Assignment (computer science)

From Simple English Wikipedia, the free encyclopedia
Revision as of 02:21, 6 June 2025 by Julipero (talk | changes) (Link suggestions feature: 2 links added.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In the context of programming and computer science, an assignment operator is a symbol or operator used to assign a value to a variable. It is a fundamental concept in most programming languages. It is used to store a value in a variable so that it can be manipulated and used in computations later in the code. In many programming languages, the assignment operator is typically denoted by the equals sign ("=").