answersLogoWhite

0

What is memory variables?

Updated: 9/24/2023
User Avatar

Wiki User

9y ago

Best Answer

Hard to tell, variables usually are in the memory... be more specific.

User Avatar

Napoleon Barton

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is memory variables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Local Variables is stored in which part of the memory?

RAM = Random Access Memory


Where dynamic variables are stored?

Dynamic variables are stored in a memory heap allocated to them at run time.


What are variables in programming?

In computer programming, variables refer to a particular location in the memory that holds a value. Variables are equivalent to their assigned values.


Memory allocation of variables declared in a program is?

in register


Global variables are stored in?

Main memory (RAM).


Can variables be changed?

A static variable is one which is not stored on the stack but in the memory of the program. Static variables can be changed.


What is the Conceptual Memory Map of a C Program?

C++ has 4 distinct regions for memory distribution Stack : This region is used for function calls' return addresses , arguments and local variables Heap : This region is for dynamic allocation of memory (dynamic variables created on run time use this memory , aka RAM) Global Variables : This is used for global variables defined by the programmer Program Code : This region is for the program code.


Difference between dynamic and static memory allocation?

Static memory allocation is memory allocated on the "stack" and cannot be resized after the initial allocation, while dynamic memory allocation is memory allocated in the "heap", and can be dynamically expanded and shrunk as necessary.


IN 8085 local variables will get stored in?

Registers or RAM-memory.


Why memory is divided into initialized and uninitialized areas?

The program's data segment. This area of memory is allocated by the linker and is used to store the program's global variables, static variables, static arrays and constants. Constants are always initialised, as are static variables, but global variables and static arrays need not be initialised.


When does the local variables gets memory in C?

When entering the function; they are on the stack.


What is the need of array variables?

congugative memory allocation ,is use to array