Computer Science, asked by prashant42, 11 months ago

what do you mean by stack variables ?​


aadi143: hi

Answers

Answered by angel881
3

Answer:

⏩⏩

The run-time stack, consisting of stack frames, is responsible for program execution and function calls. A stack frame contains all the data for one function call: its parameters, the return address, and its local variables. Stack-allocated objects are part of these local variables.


aadi143: hi,
aadi143: hi
aadi143: hi,
aadi143: hi,
aadi143: hi
aadi143: hi
aadi143: hi,
aadi143: hi
smartyrathore: hlo
smartyrathore: say
Answered by ams68
2

The stack is where memory is allocated for automatic variables within functions. A stack is a Last In First Out (LIFO) storage device where new storage is allocated and deallocated at only one ``end'', called the Top of the stack

The run-time stack, consisting of stack frames, is responsible for program execution and function calls. A stack frame contains all the data for one function call: its parameters, the return address, and its local variables. Stack-allocated objects are part of these local variables


prashant42: your class
aadi143: 10th
prashant42: i am not asking from you
aadi143: hi are you free
prashant42: yes
Similar questions