answersLogoWhite

0

That all depends on the circumstances. While an application is running, variable data is stored in a section of computer memory dedicated to active processing. Because this memory is shared among all active programs, this is one reason why programs can run slower the more that are running at the same time and can occasionally result in the dreaded 'out of memory' crash is it's all used up. Between runs, variable data is stored in files on the computer hard drive, cloud storage, thumb drives and other similar long-term storage devices.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

Can variable resistors store electrical charge?

NO. Variable capacitory can store a small charge


What is the memory cell?

To store memories.


Do the temporal lobes store memories?

Yes


Which special variable store an address of any other variable?

pointer


The folds in the brain that store memories are called the?

The folds in the brain that store memories are called the hippocampus. The hippocampus is a part of the brain that is involved in the formation, organization, and storage of memories. It plays a crucial role in both short-term and long-term memory.


Does dreams help people store memories?

Yes


What is application of arrays in C programming?

Array is used in C to store data of similar data type. Arrays are used when we want to store data in large quantities, e.g. if we want to store 100 numbers we have to declare 100 variables and remembering name of each variable is a very difficult task, here comes the array we can declare a single variable int num[100] now this variable can store 100 different or same numbers and can be accessed by referencing as num[0],num[1],num[2] and so on. So, we can say that to reduce efforts we use arrays.


What is a ponters in c-programming?

with the help of pointers we able to store the memory location of any variable. In c the pointer variable is use to store the memory location of any variable. The pointer variable is define as a simple variable but in pointer variable use a special "*" character at the left most side of name of pointer variable. If any variable name have * it means it is a pointer variable it hold the memory location of variable.


How many values can store a variable at a time?

The number of values a variable can store at a time depends on the data type of the variable. For example, a variable of type int (integer) in many programming languages can store a single integer value at a time. Similarly, a variable of type float (floating-point number) can store a single floating-point value. Other data types like arrays or lists can store multiple values at a time. The capacity of a variable to store values is determined by its data type and memory allocation.


How do you store value in a variable?

By assigning a value to it.


What are the folds in the brain that stores memories?

Gyri are the folds in the brain that store memories. These are located on the cerebral cortex, along with the sulci.


What is ordinary variable?

Ordinary variable are those variables that can store only one (1) variables