About 104,000 results
Open links in new tab
  1. VARIABLE Definition & Meaning - Merriam-Webster

    2 days ago · The meaning of VARIABLE is able or apt to vary : subject to variation or changes. How to use variable in a sentence.

  2. Variable (mathematics) - Wikipedia

    In calculus and its application to physics and other sciences, it is rather common to consider a variable, say y, whose possible values depend on the value of another variable, say x.

  3. VARIABLE Definition & Meaning | Dictionary.com

    VARIABLE definition: apt or liable to vary or change; changeable: variable moods. See examples of variable used in a sentence.

  4. VARIABLE | English meaning - Cambridge Dictionary

    VARIABLE definition: 1. likely to change often: 2. a number, amount, or situation that can change: 3. likely to change…. Learn more.

  5. What is a Variable? - W3Schools.com

    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 …

  6. VARIABLE Simple Definition - Merriam-Webster

    Apr 2, 2026 · The simple definition of VARIABLE is able or likely to change or be changed : not always the same.

  7. Variable - Wikipedia

    Variable may refer to: Variable (computer science), a symbolic name associated with a value and whose associated value may be changed Variable (mathematics), a symbol that represents a quantity in a …

  8. variable - Wiktionary, the free dictionary

    Jun 10, 2026 · (mathematics) A symbol representing a variable. (programming) A named memory location in which a program can store intermediate results and from which it can read them.

  9. What Is a Variable? - Computer Hope

    Jun 16, 2026 · Meaning of variables or data units assigned values used in programming languages. Includes mutable, immutable, global, and private variable information.

  10. Variable in Programming - GeeksforGeeks

    Jul 23, 2025 · What is a Variable in Programming? Variable in Programming is a named storage location that holds a value or data. These values can change during the execution of a program, hence the …