About 134,000 results
Open links in new tab
  1. Variable in Programming - GeeksforGeeks

    Jul 23, 2025 · A variable is the basic building block of a program that can be used in expressions as a substitute in place of the value it stores. Declaration of Variable in Programming: In programming, …

  2. What Is a Variable? - Computer Hope

    Jun 1, 2025 · A variable is a named unit of data that is assigned a value. If the value is modified, the name does not change. Variables are used with most programming languages and come in many …

  3. What is a Variable? - W3Schools

    Variables are one of the most basic and essential concepts in programming, used to store values. What is a Variable? A variable has a name, and you can store something in it. The image below shows …

  4. What is variable? | Definition from TechTarget

    Oct 13, 2021 · What is a variable? In programming, a variable is a value that can change, depending on conditions or on information passed to the program. Typically, a program consists of instruction s that …

  5. Variable (high-level programming) - Wikipedia

    Variables in programming may not directly correspond to the concept of variables in mathematics. The latter is abstract, having no reference to a physical object such as storage location. The value of a …

  6. 1.2: Data Types- Categorical vs. Numerical - Statistics ...

    Jan 9, 2026 · This page explains the concept of variables in datasets, categorizing them into two main types: categorical and numerical. Categorical variables are subdivided into nominal and ordinal, …

  7. Variables in Statistics

    A variable is an attribute that describes a person, place, thing, or idea. The value of the variable can "vary" from one entity to another. For example, a person's hair color is a potential variable, which …