Computer Science, asked by tomba8634, 1 year ago

Automatic variables are allocated memory in ?

Answers

Answered by EvA90
0
Hey, here is ur answer
The remaining two areas of system memory is where storage may be allocated by the compiler for data storage. The stack is where memory is allocated for automatic variables within functions.

EvA90: Plz mark me as brainliest
EvA90: plz plz
Answered by Anonymous
0

Automatic variables-

  • Automatic variables are stored in the computer's main memory, nevertheless, retrieving data in memory is significantly slower than processing directly in the CPU for most computers.
  • Registers are a type of memory found within the CPU that can be used to store and retrieve data fast.
  • When the block in which they are declared is entered or accessed, automatic variables declared with initializers are initialized.
Similar questions