A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Variable

Table of Contents

About

In computer programming, a variable is a abstract storage location paired with an associated symbolic name, which contains some known or unknown quantity of data or object referred to as a value; or in simpler terms, a variable is a named container for a particular set of bits of type of data (like integer, float, string, etc…)1.

Anki

References


  1. Wikipedia. “variable”. Available at: https://en.wikipedia.org/wiki/Variable_(computer_science). (Accessed: [2025-05-08 Thu 20:35]). ↩︎

Related Posts