Computer Science, asked by anilvnaik8858, 1 year ago

Variables are named storage locations in memory, the value of which does not change during program ______.

Answers

Answered by throwathigh
4
Its neither string Nor Numeric



The answer is ,Constant
Answered by mindfulmaisel
3

Variables are named ‘storage locations’ in memory, the value of which does not change ‘during program’ design.

Explanation:

  • In programming languages, a variable can be defined as a storage location along with specified name has some known or unknown information known as value.  
  • The variable name is used as the reference of the stored value. The identifier in the source code is bounded to the value during the run time and thus the value of that variable may thus get changed during the program execution.  
  • The scope of the variable always describes the location of the program text used.

Learn more about Variables

What is a variable?

https://brainly.in/question/3016346

In psychology the method whereby two or more variables are systematically measured and the relationship between them is called

https://brainly.in/question/11808373

Similar questions