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

    Jul 23, 2025 · Variables are essential for storing and manipulating data in computer programs. A variable is the basic building block of a program that can be used in expressions as a …

  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 …

    Missing:
    • computer science
    Must include:
  3. Variable (high-level programming) - Wikipedia

    The scope of a variable describes where in a program's text the variable may be used, while the extent (also called lifetime) of a variable describes when in a program's execution the variable …

  4. What is a variable in computer science? - California Learning …

    Jul 2, 2025 · Variables are a fundamental concept in computer science, providing a mechanism for storing and manipulating data within programs. A thorough understanding of variable types, …

  5. What is a variable in computer programming? - launchschool.com

    Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our programs can be …

  6. 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 …

  7. Variables - Programming basics - KS3 Computer Science

    A variable can be thought of as a box that the computer can use to store a value. The value held in that box can change or ‘vary’. A program can use as many variables as it needs it to.

  8. What is a Variable in Programming? - The Edvocate

    Dec 9, 2025 · Spread the loveIntroduction: Understanding the Core Concept of Variables In the realm of programming, variables serve as fundamental building blocks that enable developers …

  9. What is variable? | Definition from TechTarget

    Oct 13, 2021 · 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 tell …

  10. What Are Variables in Computer Programs - ThoughtCo

    Jul 3, 2019 · A variable is a way of referring to a storage area in a computer program. This memory location holds values—numbers, text or more complicated types of data like payroll …