Computer Science, asked by abumasudindian9688, 10 months ago

The ______ is a portion of memory used to store a value.​

Answers

Answered by harsha1491
2

The variable is a portion of memory used to store a value.

Answered by kshitijgrg
0

Answer:

The VARIABLE is a portion of memory used to store a value.​

Explanation:

  • "Variables" are used to save records to be referenced and manipulated in a pc program. They additionally offer a manner of labeling information with a descriptive name, so our packages may be understood greater truly via way of means of the reader and ourselves.
  • It is useful to consider variables as packing containers that preserve records. Their sole cause is to label and save information in memory. This information can then be used at some stage in your program.
  • The information includes constants or constant values that in no way alternate and variable values (that are typically initialized to "0" or a few default costs due to the fact the real values can be furnished via way of means of a program's user).
  • Usually, each constant and variable are described as sure information kinds. Each information kind prescribes and bounds the shape of the information.
  • Examples of information kinds include an integer expressed as a decimal number, or a string of textual content characters, typically restrained in length.

#SPJ2

Similar questions