Math, asked by jayshree4099, 3 months ago

the value of a variable is​

Answers

Answered by vishakha4245
1

Answer:

x iS the value of the variable

Answered by aksharasharma490
0

Answer:

The programme is loaded into memory and consists of processor instructions and data.

The data is stored as constant values or variable values. Constants can be stored directly as part of the programme or saved in memory, usually, the constants will be stored as values in memory but once the programme is loaded, they are only read and never written to.

A variable is just an assigned area of memory which can be written to and then read. In fact, it can usually be read, even before it is written to, which is usually a novice programmers mistake, the first thing that is drummed into the heads of student programmers is,"initialise your variables."

Similar questions